We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3eb87af + 67cf6a6 commit e81dab0Copy full SHA for e81dab0
1 file changed
.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
+ # Ensures Dependabot keeps the commit SHA style
9
+ commit-message:
10
+ prefix: "chore(deps-actions):"
11
+ open-pull-requests-limit: 5
0 commit comments