Skip to content

Commit d2e453a

Browse files
committed
Handle any SPDX dependencies as a priority PR
1 parent aee9590 commit d2e453a

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)