Skip to content

Commit

Permalink
Update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleighAdams committed Aug 16, 2024
1 parent f2d943a commit a4c2cf5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ updates:
- package-ecosystem: nuget
directory: "/"
schedule:
interval: weekly
interval: monthly
time: "11:00"
open-pull-requests-limit: 10
groups:
all:
patterns:
- "*"
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit a4c2cf5

Please sign in to comment.