Skip to content

Commit

Permalink
Ignore Cake.AzureDevOps minor and patch updates (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Feb 3, 2025
1 parent 6f8fcdd commit 27b04e7
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 @@ -36,6 +36,15 @@
"matchUpdateTypes": ["minor", "patch"],
"enabled": false
},
{
"description": "Ignore Cake.AzureDevOps minor and patch updates",
"matchDepNames": [
"Cake.AzureDevOps",
"Cake.Frosting.AzureDevOps"
],
"matchUpdateTypes": ["minor", "patch"],
"enabled": false
},
{
"description": "Do not update Microsoft.Build.* packages in Cake.Issues.MsBuild since required version depends on the version used in MSBuild.StructuredLogger",
"matchFileNames": ["src/Cake.Issues.MsBuild/Cake.Issues.MsBuild.csproj", "src/Cake.Issues.MsBuild.Tests/Cake.Issues.MsBuild.Tests.csproj"],
Expand Down

0 comments on commit 27b04e7

Please sign in to comment.