We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3122b commit 4cb2210Copy full SHA for 4cb2210
.github/dependabot.yml
@@ -64,13 +64,12 @@ updates:
64
patterns: ['*']
65
# Split security updates by:
66
# - prod vs dev
67
-# @TODO - Uncomment the following group (and keep comment header below for explanation !) in case repository is for a library, else remove it !
68
# - Major prod updates vs other prod updates
69
-# SECURITY-prod-major:
70
-# applies-to: security-updates
71
-# dependency-type: production
72
-# update-types: ['major']
73
-# patterns: ['*']
+ SECURITY-prod-major:
+ applies-to: security-updates
+ dependency-type: production
+ update-types: ['major']
+ patterns: ['*']
74
SECURITY-prod:
75
applies-to: security-updates
76
dependency-type: production
0 commit comments