Skip to content

Commit ec50ce7

Browse files
authored
Ignore Cake runner minor and patch updates (#497)
1 parent a707fdd commit ec50ce7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
":includeNodeModules"
66
],
77
"packageRules": [
8+
{
9+
"description": "Ignore Cake runner minor and patch updates",
10+
"matchDepNames": [
11+
"Cake.Tool",
12+
"Cake.Frosting"
13+
],
14+
"matchUpdateTypes": ["minor", "patch"],
15+
"enabled": false
16+
},
817
{
918
"description": "Group Azure DevOps packages together",
1019
"matchManagers": [

0 commit comments

Comments
 (0)