Skip to content

Commit 4cb2210

Browse files
authored
Update dependabot.yml
1 parent 4f3122b commit 4cb2210

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,12 @@ updates:
6464
patterns: ['*']
6565
# Split security updates by:
6666
# - 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 !
6867
# - 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: ['*']
68+
SECURITY-prod-major:
69+
applies-to: security-updates
70+
dependency-type: production
71+
update-types: ['major']
72+
patterns: ['*']
7473
SECURITY-prod:
7574
applies-to: security-updates
7675
dependency-type: production

0 commit comments

Comments
 (0)