From 845e70cd50fe5ad8d160587d1a99be4dd11d4ff7 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Tue, 19 Nov 2024 14:07:38 -0500 Subject: [PATCH] Ignore and update some more references --- .github/renovate.json | 6 +++- version-bump/tests/fixtures/test.csproj | 48 ++++++++++++------------- 2 files changed, 29 insertions(+), 25 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 1f8c3612..36d34a29 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,7 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>bitwarden/renovate-config"], "enabledManagers": ["dockerfile", "github-actions", "npm", "nuget", "pipenv"], - "ignorePaths": ["version-bump/tests/fixtures/**", "**/node_modules/**"], + "ignorePaths": [ + "release-version-check/tests/fixtures/**", + "version-bump/tests/fixtures/**", + "**/node_modules/**" + ], "packageRules": [ { "additionalBranchPrefix": "{{parentDir}}-", diff --git a/version-bump/tests/fixtures/test.csproj b/version-bump/tests/fixtures/test.csproj index a29e9030..2026d8d9 100644 --- a/version-bump/tests/fixtures/test.csproj +++ b/version-bump/tests/fixtures/test.csproj @@ -1,39 +1,39 @@ - net5.0 + net8.0 Bit.KeyConnector bitwarden-KeyConnector True - 2023.12.1 + 2024.11.0 - - - - - - - + + + + + + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - + + + + + + + + + + + + - \ No newline at end of file +