Skip to content

Commit

Permalink
Prevent renovate from bumping the dotnet sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Oct 16, 2023
1 parent 6b8b84f commit 6587578
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"groupName": "gh minor",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"matchPackageNames": ["dotnet-sdk"],
"enabled": false
}
]
}

0 comments on commit 6587578

Please sign in to comment.