Skip to content

Commit bda9295

Browse files
committed
Group updates in dependabot config
1 parent 4415f36 commit bda9295

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
version: 2
22
updates:
33
- package-ecosystem: "github-actions"
4-
directory: "/"
4+
directory: ".github/workflows"
55
schedule:
6-
interval: "monthly"
6+
interval: "weekly"
7+
groups:
8+
actions:
9+
patterns:
10+
- "*"

0 commit comments

Comments
 (0)