Skip to content

Commit

Permalink
Update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano committed Jan 30, 2025
1 parent b14fc76 commit 1b62401
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ updates:
interval: 'daily'
versioning-strategy: increase-if-necessary
ignore:
- dependency-name: 'symfony/*'
- dependency-name: '*'
update-types: ['version-update:semver-major']
labels:
- 'dependencies'
Expand All @@ -23,6 +23,9 @@ updates:
schedule:
interval: 'daily'
versioning-strategy: increase-if-necessary
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
labels:
- 'dependencies'

Expand Down

0 comments on commit 1b62401

Please sign in to comment.