Skip to content

Commit

Permalink
simplify dependabot.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
adastackio authored May 17, 2024
1 parent 52d9113 commit 1a7a37f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
# Specify which updates to allow
allow:
- dependency-name: "nextra"
update-types: ["version-update:semver-minor", "version-update:semver-patch"] # Accept only minor and patch updates for the nextra package.
# Ignore major version updates for all packages
interval: "weekly"
# Ignore major version updates for nextra
ignore:
- dependency-name: "*"
- dependency-name: "nextra"
update-types: ["version-update:semver-major"]

0 comments on commit 1a7a37f

Please sign in to comment.