Skip to content

Commit

Permalink
Disable update for Microsoft.Build.* packages (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Apr 20, 2024
1 parent dee5c1c commit dc6b443
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>cake-contrib/renovate-presets:cake-issues"
],
"packageRules": [
{
"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"],
"matchDepNames": ["Microsoft.Build.Framework", "Microsoft.Build.Utilities.Core"],
"enabled": false
}
]
}

0 comments on commit dc6b443

Please sign in to comment.