Skip to content

Commit

Permalink
Renovate: add .proj file for NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 13, 2024
1 parent 1a6d174 commit b632e79
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": ["nuget"],
"matchFileNames": ["*.proj"]
}
]
}

0 comments on commit b632e79

Please sign in to comment.