Add dependabot for GH actions (#5250)
Browse files- .github/dependabot.yml +11 -0
.github/dependabot.yml
CHANGED
@@ -10,3 +10,14 @@ updates:
|
|
10 |
- glenn-jocher
|
11 |
labels:
|
12 |
- dependencies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
- glenn-jocher
|
11 |
labels:
|
12 |
- dependencies
|
13 |
+
|
14 |
+
- package-ecosystem: github-actions
|
15 |
+
directory: "/"
|
16 |
+
schedule:
|
17 |
+
interval: weekly
|
18 |
+
time: "04:00"
|
19 |
+
open-pull-requests-limit: 5
|
20 |
+
reviewers:
|
21 |
+
- glenn-jocher
|
22 |
+
labels:
|
23 |
+
- dependencies
|