Skip to content

Commit 9819f11

Browse files
committed
Add dependabot monthly GHA autoupdate config
1 parent a592eef commit 9819f11

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
cooldown:
8+
default-days: 7
9+
ignore:
10+
- dependency-name: "*"
11+
update-types:
12+
- "version-update:semver-minor"
13+
- "version-update:semver-patch"
14+
groups:
15+
gha-dependencies:
16+
patterns:
17+
- "*"

0 commit comments

Comments
 (0)