Skip to content

Commit 8ff7b67

Browse files
authored
GitHub Actions: Allow dependabot to update GitHub actions (#1520)
1 parent 946b6f6 commit 8ff7b67

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ updates:
77
open-pull-requests-limit: 10
88
labels:
99
- External (3rd party)
10+
- package-ecosystem: github-actions
11+
directory: "/"
12+
schedule:
13+
interval: weekly
14+
open-pull-requests-limit: 10
15+
labels:
16+
- External (3rd party)

0 commit comments

Comments
 (0)