Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nils-a committed May 26, 2024
1 parent 898c734 commit 013f58d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>cake-contrib/renovate-presets:cake-recipe",
"github>cake-contrib/renovate-presets:github-actions" ],
"packageRules": [
{
"description": "Updates to Cake.Core references are breaking.",
"matchPackageNames": ["Cake.Core"],
"matchUpdateTypes": ["major"],
"labels": ["Breaking Change"]
}
]
}

0 comments on commit 013f58d

Please sign in to comment.