mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
Force Renovate to use v6 .NET SDK (#3220)
This commit is contained in:
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
@ -44,5 +44,10 @@
|
|||||||
"matchManagers": ["nuget"],
|
"matchManagers": ["nuget"],
|
||||||
"matchUpdateTypes": ["minor", "patch"]
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"force": {
|
||||||
|
"constraints": {
|
||||||
|
"dotnet": "6.0.413"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user