From 08047796f5d299f950040cc4a2b0abdc92924297 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Tue, 17 Dec 2024 09:15:24 +0100 Subject: [PATCH] (#380) updated renovate config --- .github/renovate.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 01e835b..4d390de 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,16 +1,18 @@ { "$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", "Microsoft.Build", "Microsoft.Build.Framework", "Microsoft.Build.Utilities.Core" ], "enabled": false } - ] -} \ No newline at end of file + ], + "milestone": 17 +}