There was an error while loading. Please reload this page.
1 parent 8bda45c commit 8678089Copy full SHA for 8678089
1 file changed
.github/dependabot.yml
@@ -1,6 +1,15 @@
1
+# This configures updates via dependabot only for github actions.
2
+# All updates are grouped into a single PR.
3
+
4
version: 2
5
updates:
6
- package-ecosystem: github-actions
7
directory: "/"
8
schedule:
9
interval: monthly
10
+ groups:
11
+ github-actions:
12
+ patterns:
13
+ - "*"
14
15
+# Ref: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
0 commit comments