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 +