Skip to content

Commit 0804779

Browse files
committed
(#380) updated renovate config
1 parent 4d068cf commit 0804779

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/renovate.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [ "github>nils-a/renovate-config" ],
3+
"extends": [
4+
"github>cake-contrib/renovate-presets:cake-recipe",
5+
"github>cake-contrib/renovate-presets:github-actions"
6+
],
47
"packageRules": [
58
{
69
"matchPackageNames": [
7-
"cake.tool",
8-
"Cake.Core",
910
"Microsoft.Build",
1011
"Microsoft.Build.Framework",
1112
"Microsoft.Build.Utilities.Core"
1213
],
1314
"enabled": false
1415
}
15-
]
16-
}
16+
],
17+
"milestone": 17
18+
}

0 commit comments

Comments
 (0)