File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 3
3
- package-ecosystem : " github-actions"
4
4
directory : " /"
5
5
schedule :
6
- interval : " weekly "
6
+ interval : " monthly "
7
7
time : " 06:00"
8
8
timezone : " America/Chicago"
9
9
labels : []
@@ -28,17 +28,20 @@ updates:
28
28
- package-ecosystem : " gomod"
29
29
directory : " /"
30
30
schedule :
31
- interval : " weekly "
31
+ interval : " monthly "
32
32
time : " 06:00"
33
33
timezone : " America/Chicago"
34
34
commit-message :
35
35
prefix : " chore"
36
36
labels : []
37
+ ignore :
38
+ update-types :
39
+ - version-update:semver-patch
37
40
38
41
- package-ecosystem : " npm"
39
42
directory : " /site/"
40
43
schedule :
41
- interval : " weekly "
44
+ interval : " monthly "
42
45
time : " 06:00"
43
46
timezone : " America/Chicago"
44
47
commit-message :
@@ -50,11 +53,12 @@ updates:
50
53
- dependency-name : " @types/node"
51
54
update-types :
52
55
- version-update:semver-major
56
+ - version-update:semver-patch
53
57
54
58
- package-ecosystem : " terraform"
55
59
directory : " /examples/templates"
56
60
schedule :
57
- interval : " weekly "
61
+ interval : " monthly "
58
62
time : " 06:00"
59
63
timezone : " America/Chicago"
60
64
commit-message :
You can’t perform that action at this time.
0 commit comments