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*'