File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,10 @@ updates:
35
35
prefix : " chore"
36
36
labels : []
37
37
ignore :
38
- update-types :
39
- - version-update:semver-patch
38
+ # Ignore patch updates for all dependencies
39
+ - dependency-name : " *"
40
+ update-types :
41
+ - version-update:semver-patch
40
42
41
43
- package-ecosystem : " npm"
42
44
directory : " /site/"
@@ -48,12 +50,15 @@ updates:
48
50
prefix : " chore"
49
51
labels : []
50
52
ignore :
53
+ # Ignore patch updates for all dependencies
54
+ - dependency-name : " *"
55
+ update-types :
56
+ - version-update:semver-patch
51
57
# Ignore major updates to Node.js types, because they need to
52
58
# correspond to the Node.js engine version
53
59
- dependency-name : " @types/node"
54
60
update-types :
55
61
- version-update:semver-major
56
- - version-update:semver-patch
57
62
58
63
- package-ecosystem : " terraform"
59
64
directory : " /examples/templates"
You can’t perform that action at this time.
0 commit comments