Skip to content

Commit

Permalink
Merge pull request #29 from cake-contrib/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
nils-a authored Jul 23, 2024
2 parents bf3d9ea + 04c573d commit 92914b2
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 92914b2

Please sign in to comment.