Skip to content

Commit

Permalink
ci: add grouped github-actions section to dependabot config (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Feb 6, 2024
1 parent fb6f243 commit 3eb15c4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,18 @@ updates:
- dependencies
open-pull-requests-limit: 10
rebase-strategy: auto
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "18:00"
commit-message:
prefix: "ci"
labels:
- dependencies
rebase-strategy: auto
groups:
github-actions:
patterns:
- "*"

0 comments on commit 3eb15c4

Please sign in to comment.