Browse Source

Force Renovate to use v6 .NET SDK (#3220)

pull/3216/head
Matt Bishop 2 years ago committed by GitHub
parent
commit
6374cc6f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/renovate.json

7
.github/renovate.json

@ -44,5 +44,10 @@ @@ -44,5 +44,10 @@
"matchManagers": ["nuget"],
"matchUpdateTypes": ["minor", "patch"]
}
]
],
"force": {
"constraints": {
"dotnet": "6.0.413"
}
}
}

Loading…
Cancel
Save