Skip to content
Snippets Groups Projects
Commit 9e4daeed authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Merge branch 'an/2025-02-25-semver-labels' into 'main'

chore: add dependency-type labels for Renovate upgrades

See merge request gitlab-com/gl-infra/common-ci-tasks!928
parents 9a07afc7 396e88af
No related branches found
No related tags found
No related merge requests found
Pipeline #24976408 failed
Loading
Loading
@@ -344,6 +344,27 @@
"addLabels": [
"dependency::dev"
]
},
{
"description": "Add labels for MAJOR semver releases",
"matchUpdateTypes": "major",
"addLabels": [
"dependency::major"
]
},
{
"description": "Add labels for MINOR semver releases",
"matchUpdateTypes": "minor",
"addLabels": [
"dependency::minor"
]
},
{
"description": "Add labels for PATCH semver releases",
"matchUpdateTypes": "patch",
"addLabels": [
"dependency::patch"
]
}
],
"lockFileMaintenance": {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment