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 b48328d commit f6da171Copy full SHA for f6da171
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ groups:
6
+ GitHub_Actions:
7
+ patterns:
8
+ - "*" # Group all Actions updates into a single larger pull request
9
+ schedule:
10
+ interval: weekly
0 commit comments