Skip to content

Commit

Permalink
Limit dependabot updates (#35)
Browse files Browse the repository at this point in the history
* Update dependabot.yml

Limiting Dependabot to auto update minor and patch updates for dependencies.
  • Loading branch information
michaelbeale-IL authored Jul 30, 2024
1 parent e076201 commit 055e5f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ updates:
directory: "/kerngen" # Location of package manifests
schedule:
interval: "weekly"
allow:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: ["version-update:semver-major"]

0 comments on commit 055e5f5

Please sign in to comment.