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.
1 parent 9621e27 commit 1bf8c07Copy full SHA for 1bf8c07
1 file changed
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+
3
+updates:
4
+ # Keep the actions used in .github/workflows/ up to date.
5
+ - package-ecosystem: "github-actions"
6
+ directory: "/"
7
+ schedule:
8
+ interval: "weekly"
9
+ # Bundle all action bumps into one PR per run instead of one per action.
10
+ groups:
11
+ github-actions:
12
+ patterns:
13
+ - "*"
14
+ commit-message:
15
+ prefix: "CI"
0 commit comments