Skip to content

Commit

Permalink
chore(renovate): only allow .NET SDK upgrades to LTS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Nov 16, 2024
1 parent f11d8eb commit 9b71040
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
"node"
],
"allowedVersions": "/^(\\d*[02468])\\..+$/"
},
{
"description": "Only allow .NET SDK upgrades to LTS versions",
"matchPackageNames": [
"dotnet-sdk"
],
"allowedVersions": "/^(\\d*[02468])\\..+$/"
}
]
}

0 comments on commit 9b71040

Please sign in to comment.