We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944d009 commit 04c573dCopy full SHA for 04c573d
.github/renovate.json
@@ -0,0 +1,14 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "github>cake-contrib/renovate-presets:cake-recipe",
5
+ "github>cake-contrib/renovate-presets:github-actions" ],
6
+ "packageRules": [
7
+ {
8
+ "description": "Updates to Cake.Core references are breaking.",
9
+ "matchPackageNames": ["Cake.Core"],
10
+ "matchUpdateTypes": ["major"],
11
+ "labels": ["Breaking Change"]
12
+ }
13
+ ]
14
+}
renovate.json
0 commit comments