Skip to content

Commit

Permalink
Ignore Cake runner minor and patch updates (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Nov 13, 2024
1 parent a707fdd commit ec50ce7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
":includeNodeModules"
],
"packageRules": [
{
"description": "Ignore Cake runner minor and patch updates",
"matchDepNames": [
"Cake.Tool",
"Cake.Frosting"
],
"matchUpdateTypes": ["minor", "patch"],
"enabled": false
},
{
"description": "Group Azure DevOps packages together",
"matchManagers": [
Expand Down

0 comments on commit ec50ce7

Please sign in to comment.