File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,16 @@ updates:
9
9
commit-message :
10
10
prefix : " chore"
11
11
ignore :
12
- # These actions deliver the latest versions by updating the
13
- # major release tag, so handle updates manually
12
+ # These actions deliver the latest versions by updating the major
13
+ # release tag, so ignore minor and patch versions
14
14
- dependency-name : " actions/*"
15
+ update-types :
16
+ - version-update:semver-minor
17
+ - version-update:semver-patch
15
18
- dependency-name : " marocchino/sticky-pull-request-comment"
19
+ update-types :
20
+ - version-update:semver-minor
21
+ - version-update:semver-patch
16
22
17
23
- package-ecosystem : " npm"
18
24
directory : " /"
@@ -21,7 +27,10 @@ updates:
21
27
time : " 06:00"
22
28
timezone : " America/Chicago"
23
29
ignore :
30
+ # Ignore major updates to Node.js types, because they need to
31
+ # correspond to the Node.js engine version
24
32
- dependency-name : " @types/node"
25
- versions : ["15.x", "14.x", "13.x"]
33
+ update-types :
34
+ - version-update:semver-major
26
35
commit-message :
27
36
prefix : " chore"
You can’t perform that action at this time.
0 commit comments