We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f273e07 commit 7990fd6Copy full SHA for 7990fd6
1 file changed
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
2
+
3
+version: 2
4
5
+updates:
6
+ - commit-message:
7
+ include: "scope"
8
+ prefix: "github-actions"
9
+ directory: "/"
10
+ labels:
11
+ - "dependency"
12
+ open-pull-requests-limit: 10
13
+ package-ecosystem: "github-actions"
14
+ schedule:
15
+ interval: "daily"
0 commit comments