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.
2 parents 50da856 + b465b9d commit b54ce01Copy full SHA for b54ce01
.github/dependabot.yml
@@ -0,0 +1,11 @@
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: "weekly"
10
+ commit-message:
11
+ prefix: "[CI] "
0 commit comments