Skip to content

Commit

Permalink
Update dependabot config to group GitHub actions rolls (#2953)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed May 6, 2024
1 parent 506db28 commit 7e660d4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "monthly"
interval: monthly
labels:
- "autosubmit"
- "type-infra"
- autosubmit
groups:
github-actions:
patterns:
- "*"

0 comments on commit 7e660d4

Please sign in to comment.