Skip to content

Commit 145dca3

Browse files
authored
Update dependabot.yml
1 parent f1c1028 commit 145dca3

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
@@ -2,6 +2,10 @@ version: 2
22
updates:
33
# Maintain dependencies for GitHub Actions
44
- package-ecosystem: "github-actions"
5-
directory: "/"
5+
directory: ".github/workflows"
66
schedule:
7-
interval: "weekly"
7+
interval: "monthly"
8+
groups:
9+
actions:
10+
patterns:
11+
- "*"

0 commit comments

Comments
 (0)