Skip to content

Commit 320e90b

Browse files
authored
enable dependabot for github actions (#1202)
1 parent 98c0800 commit 320e90b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ updates:
2323
versions: [">=6.0.0"]
2424
- dependency-name: "style-loader"
2525
versions: [">=2.0.0"]
26+
27+
- package-ecosystem: "github-actions"
28+
directory: "/"
29+
schedule:
30+
interval: "weekly"

0 commit comments

Comments
 (0)