We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17625f6 commit bb83b09Copy full SHA for bb83b09
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+updates:
3
+ # Maintain dependencies for GitHub Actions
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "daily"
8
+ ignore:
9
+ # Offical actions have moving tags like v1
10
+ # that are used, so they don't need updates here
11
+ - dependency-name: "actions/*"
0 commit comments