Skip to content

Commit

Permalink
Updates dependabot configuration (#13)
Browse files Browse the repository at this point in the history
- Now ignoring patch nuget package updates
- Update checks are now done explicitly on Sunday
- Added check for github-actions
  • Loading branch information
rheone authored Jan 26, 2025
1 parent 58fc674 commit 4224460
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ updates:
directory: "/src"
schedule:
interval: "weekly"
day: "sunday"
allow:
- dependency-type: direct
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-patch"
commit-message:
prefix: "Dependabot package update"
open-pull-requests-limit: 5
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"

0 comments on commit 4224460

Please sign in to comment.