We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2bf79 commit 8247a30Copy full SHA for 8247a30
.github/dependabot.yml
@@ -6,6 +6,12 @@ updates:
6
schedule:
7
interval: "daily" # Checks on Monday trough Friday.
8
9
+ # Maintain GitHub Action runners
10
+ - package-ecosystem: "github-actions"
11
+ directory: "/"
12
+ schedule:
13
+ interval: "daily" # Checks on Monday trough Friday.
14
+
15
# Set default reviewer and labels
16
reviewers:
17
- "ben"
0 commit comments