Skip to content

Commit 6ee3959

Browse files
committed
dependabot cadence
1 parent fed70bc commit 6ee3959

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
16
version: 2
27
updates:
38
- package-ecosystem: "github-actions"
49
directory: "/"
510
schedule:
6-
interval: "weekly"
11+
interval: "monthly"
12+
groups:
13+
actions:
14+
patterns:
15+
- "*"

0 commit comments

Comments
 (0)