Skip to content

Commit b9936d2

Browse files
authored
updated dependabot (#3297)
1 parent e94fe20 commit b9936d2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/dependabot.yaml

+8-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
time: "06:00"
88
timezone: "America/Chicago"
99
labels: []
@@ -28,17 +28,20 @@ updates:
2828
- package-ecosystem: "gomod"
2929
directory: "/"
3030
schedule:
31-
interval: "weekly"
31+
interval: "monthly"
3232
time: "06:00"
3333
timezone: "America/Chicago"
3434
commit-message:
3535
prefix: "chore"
3636
labels: []
37+
ignore:
38+
update-types:
39+
- version-update:semver-patch
3740

3841
- package-ecosystem: "npm"
3942
directory: "/site/"
4043
schedule:
41-
interval: "weekly"
44+
interval: "monthly"
4245
time: "06:00"
4346
timezone: "America/Chicago"
4447
commit-message:
@@ -50,11 +53,12 @@ updates:
5053
- dependency-name: "@types/node"
5154
update-types:
5255
- version-update:semver-major
56+
- version-update:semver-patch
5357

5458
- package-ecosystem: "terraform"
5559
directory: "/examples/templates"
5660
schedule:
57-
interval: "weekly"
61+
interval: "monthly"
5862
time: "06:00"
5963
timezone: "America/Chicago"
6064
commit-message:

0 commit comments

Comments
 (0)