From 2e05c6174bb9e1cf2dc08639e5f1b88fd0fa3b80 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:46:27 -0500 Subject: [PATCH] Update Renovate config and project to .NET 8 --- .github/renovate.json | 12 +----------- src/Handlebars.conf/Handlebars.conf.csproj | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2468a6b..2b6743e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,16 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base", - ":combinePatchMinorReleases", - ":dependencyDashboard", - ":maintainLockFilesWeekly", - ":pinAllExceptPeerDependencies", - ":prConcurrentLimit10", - ":rebaseStalePrs", - "schedule:weekends", - ":separateMajorReleases" - ], + "extends": ["github>bitwarden/renovate-config"], "enabledManagers": ["github-actions", "nuget"], "packageRules": [ { diff --git a/src/Handlebars.conf/Handlebars.conf.csproj b/src/Handlebars.conf/Handlebars.conf.csproj index d7b1cb6..4afea60 100644 --- a/src/Handlebars.conf/Handlebars.conf.csproj +++ b/src/Handlebars.conf/Handlebars.conf.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable hbs