Skip to content

Commit 2d12cb1

Browse files
committed
improve dependabot.yml
1 parent bba34ac commit 2d12cb1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ updates:
55
- package-ecosystem: "gomod"
66
directory: "/"
77
schedule:
8-
interval: "weekly"
8+
interval: "monthly"
9+
ignore:
10+
- dependency-name: "*"
11+
update-types: ["version-update:semver-major", "version-update:semver-patch"]
912

1013
- package-ecosystem: "github-actions"
1114
directory: "/"
1215
schedule:
13-
interval: "weekly"
16+
interval: "monthly"
17+
ignore:
18+
- dependency-name: "*"
19+
update-types: ["version-update:semver-major", "version-update:semver-patch"]

0 commit comments

Comments
 (0)