Skip to content

Commit

Permalink
Dependabot auto update limits (#33)
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 edde764 commit e076201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ updates:
directory: "/kerngen" # Location of package manifests
schedule:
interval: "weekly"
allow:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

0 comments on commit e076201

Please sign in to comment.