Skip to content

Commit

Permalink
dependabot: exclude version updates
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Cornu <[email protected]>
  • Loading branch information
mdcornu committed May 27, 2024
1 parent 0f3c1b2 commit 1133032
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ updates:
schedule:
interval: "daily"
allow:
# update production dependencies
# Only update production dependencies
- dependency-type: "production"
ignore:
# ignore major version updates
- dependency-name: "*"
update-types: ["version-update:semver-major"]
# Disable version updates (security updates only)
open-pull-requests-limit: 0

0 comments on commit 1133032

Please sign in to comment.