Skip to content

Commit

Permalink
Update Renovate config and project to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Feb 14, 2024
1 parent 809a913 commit 2e05c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/Handlebars.conf/Handlebars.conf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>hbs</AssemblyName>
</PropertyGroup>
Expand Down

0 comments on commit 2e05c61

Please sign in to comment.