Skip to content

Commit

Permalink
Merge pull request #55 from DanRigby/dependabot-actions
Browse files Browse the repository at this point in the history
Have Dependabot Update Actions as well
  • Loading branch information
DanRigby authored Apr 10, 2024
2 parents 15606e6 + 217e622 commit 5d9f64c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
version: 2
updates:
- package-ecosystem: nuget
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
dev-dependencies:
patterns:
- "*"
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 5d9f64c

Please sign in to comment.