Skip to content

Commit

Permalink
Renovate should not update to versions from non-release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Feb 6, 2025
1 parent 3856c54 commit 8eb0937
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"matchDatasources": ["dotnet-version", "docker"],
"matchDepNames": ["dotnet-sdk", "mcr.microsoft.com/dotnet/sdk"],
"groupName": "Dockerfile and global.json updates"
},
{
"matchPackageNames": ["*"],
"allowedVersions": "!/-g[a-f0-9]+$/",
"groupName": "Ignore versions built from non-release branches"
}
]
}

0 comments on commit 8eb0937

Please sign in to comment.