We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd41b45 commit b97aa6dCopy full SHA for b97aa6d
1 file changed
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for github-actions
4
+ - package-ecosystem: 'github-actions'
5
+ directory: '/'
6
+ schedule:
7
+ # Check for updates to GitHub Actions once a month
8
+ interval: 'monthly'
9
+ commit-message:
10
+ prefix: "deps(gha): "
11
+ labels:
12
+ - "dependencies"
0 commit comments