Skip to content

Commit

Permalink
Drop group name in renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Feb 6, 2025
1 parent 8eb0937 commit 9db1062
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
},
{
"matchPackageNames": ["*"],
"allowedVersions": "!/-g[a-f0-9]+$/",
"groupName": "Ignore versions built from non-release branches"
"allowedVersions": "!/-g[a-f0-9]+$/"
}
]
}

0 comments on commit 9db1062

Please sign in to comment.