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 725917f commit 4a63fc5Copy full SHA for 4a63fc5
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for GitHub Actions
4
+ - package-ecosystem: "github-actions"
5
+ # Workflow files stored in the default location of `.github/workflows`
6
+ # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
7
+ directory: "/"
8
+ schedule:
9
+ interval: "monthly"
10
+ groups:
11
+ github-actions:
12
+ patterns:
13
+ - "*"
0 commit comments