Skip to content

Commit 0f49be7

Browse files
authored
Fix dependabot to update github actions (#1057)
Update dependabot.yml
1 parent 6d1d11c commit 0f49be7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
21
version: 2
32
updates:
3+
44
- package-ecosystem: "github-actions"
55
directory: "/"
6-
interval:
7-
schedule: "monthly"
6+
schedule:
7+
interval: "weekly"

0 commit comments

Comments
 (0)