Compare commits

..

1 Commits

Author SHA1 Message Date
t.behrendt 14c5432b26 feat: add labels (#73)
CD / Release (push) Successful in 24s
Reviewed-on: #73
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-06-21 19:00:36 +02:00
3 changed files with 10 additions and 1 deletions
+4
View File
@@ -2,6 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"],
"packageRules": [
{
"matchManagers": ["npm", "bun"],
"addLabels": ["deps", "npm"]
},
{
"description": "Group all minor and patch updates together",
"groupName": "all non-major dependencies",
+4
View File
@@ -2,6 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"],
"packageRules": [
{
"matchManagers": ["gomod"],
"addLabels": ["deps", "go"]
},
{
"matchPackageNames": ["golang", "gomod", "go"],
"groupName": "go version",
+2 -1
View File
@@ -8,7 +8,8 @@
{
"matchManagers": ["helm-values"],
"versioning": "docker",
"separateMinorPatch": true
"separateMinorPatch": true,
"addLabels": ["deps", "helm"]
}
],
"helmfile": {