We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e383d8 commit 83300d7Copy full SHA for 83300d7
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+# See the documentation at
2
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+version: 2
4
+updates:
5
+ # Update actions used by .github/workflows in this repository.
6
+ - package-ecosystem: "github-actions"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
+ groups:
11
+ actions-org: # Groups all Github-authored actions into a single PR.
12
+ patterns: ["actions/*"]
0 commit comments