Skip to content

Commit

Permalink
Added args to ignore major version upgrades as those might break things
Browse files Browse the repository at this point in the history
  • Loading branch information
devpalabhishek committed Aug 31, 2023
1 parent 690d4da commit 8abf477
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 @@ -6,4 +6,7 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: "[Recon] Dependabot Package Upgrade: "
prefix: "[Recon] Dependabot Package Upgrade: "
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit 8abf477

Please sign in to comment.