Skip to content

Commit 7708643

Browse files
authored
Merge pull request #1581 from HonkingGoose/patch-1
Check for github-actions updates with Dependabot
2 parents c5b0884 + e06c02d commit 7708643

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ updates:
66
schedule:
77
interval: "daily" # Checks on Monday trough Friday.
88

9+
# Maintain GitHub Action runners
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "daily" # Checks on Monday trough Friday.
14+
915
# Set default reviewer and labels
1016
reviewers:
1117
- "ben"

0 commit comments

Comments
 (0)