Skip to content

Commit

Permalink
Merge pull request #260 from nils-a/feature/renovate-config
Browse files Browse the repository at this point in the history
(#213) update renovate settings
  • Loading branch information
nils-a authored Feb 23, 2024
2 parents 791b479 + 8cb16f8 commit 4844923
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "github>nils-a/renovate-config" ],
"extends": [
"github>cake-contrib/renovate-presets:cake-recipe",
"github>cake-contrib/renovate-presets:github-actions" ],
"packageRules": [
{
"matchPackageNames": ["cake.tool", "Cake.Core"],
"enabled": false
"description": "Update Cake references only for major updates.",
"matchPackageNames": ["Cake.Core", "Cake.Common"],
"matchUpdateTypes": ["minor", "patch"],
"enabled": false
},
{
"description": "Updates to Cake.Core references are breaking.",
"matchPackageNames": ["Cake.Core"],
"matchUpdateTypes": ["major"],
"labels": ["Breaking Change"]
}
]
}
}

0 comments on commit 4844923

Please sign in to comment.