Skip to content

Commit 67d4f4b

Browse files
authored
Merge pull request #911 from actions/brrygrdn/handle-spdx-updates-as-priority
Handle any SPDX dependencies as a priority Dependabot PR
2 parents ce3cf95 + d2e453a commit 67d4f4b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@ updates:
1515
groups:
1616
minor-updates:
1717
update-types:
18-
- "minor"
19-
- "patch"
18+
- 'minor'
19+
- 'patch'
20+
exclude-patterns:
21+
- '*spdx*'
22+
# Pull out any updates to spdx definitions and parsing as a priority PR
23+
spdx-licenses:
24+
patterns:
25+
- '*spdx*'

0 commit comments

Comments
 (0)