Merge pull request #911 from actions/brrygrdn/handle-spdx-updates-as-priority

Handle any SPDX dependencies as a priority Dependabot PR
This commit is contained in:
Barry Gordon
2025-04-04 13:00:44 +01:00
committed by GitHub
+8 -2
View File
@@ -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*'