Skip to content

Commit

Permalink
Fix dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm authored Mar 13, 2024
1 parent f3c3a1e commit e142735
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,12 @@ updates:
patterns: ['*']
# Split security updates by:
# - prod vs dev
# @TODO - Uncomment the following group (and keep comment header below for explanation !) in case repository is for a library, else remove it !
# - Major prod updates vs other prod updates
# SECURITY-prod-major:
# applies-to: security-updates
# dependency-type: production
# update-types: ['major']
# patterns: ['*']
SECURITY-prod-major:
applies-to: security-updates
dependency-type: production
update-types: ['major']
patterns: ['*']
SECURITY-prod:
applies-to: security-updates
dependency-type: production
Expand Down

0 comments on commit e142735

Please sign in to comment.