From d2e453a37e44abcfdd0e73acddcb6d09e2162f58 Mon Sep 17 00:00:00 2001 From: Barry Gordon Date: Tue, 1 Apr 2025 12:33:06 +0100 Subject: [PATCH] Handle any SPDX dependencies as a priority PR --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4657b53..94b3b07 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,5 +15,11 @@ updates: groups: minor-updates: update-types: - - "minor" - - "patch" + - 'minor' + - 'patch' + exclude-patterns: + - '*spdx*' + # Pull out any updates to spdx definitions and parsing as a priority PR + spdx-licenses: + patterns: + - '*spdx*'