Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 0d4ec718ce chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.39
CI / Test (action.json) (pull_request) Successful in 10s
CI / Test (bun-npm.json) (pull_request) Successful in 11s
CI / Test (common.json) (pull_request) Successful in 11s
CI / Test (docker-compose.json) (pull_request) Successful in 11s
CI / Test (helm.json) (pull_request) Successful in 10s
CI / Format (pull_request) Successful in 7s
CI / Test (k8s.json) (pull_request) Successful in 59s
2026-06-21 15:37:57 +00:00
5 changed files with 6 additions and 23 deletions
+1 -1
View File
@@ -1 +1 @@
1.3.14 1.3.11
+1 -1
View File
@@ -20,6 +20,6 @@ jobs:
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }} prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0841ccc70fc2c1526123785f3b0a510a6ba4bdfc # 0.2.7 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@d658186b7db91d5a93dec78794c8585fa98af79c # 0.2.6
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}
+3 -15
View File
@@ -2,10 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"], "extends": ["local>t.behrendt/renovate-configs:common"],
"packageRules": [ "packageRules": [
{
"matchManagers": ["npm", "bun"],
"addLabels": ["deps", "npm"]
},
{ {
"description": "Group all minor and patch updates together", "description": "Group all minor and patch updates together",
"groupName": "all non-major dependencies", "groupName": "all non-major dependencies",
@@ -14,19 +10,11 @@
"matchManagers": ["npm", "bun"] "matchManagers": ["npm", "bun"]
}, },
{ {
"description": "Group Bun runtime version", "description": "Group Bun releases",
"groupName": "bun version", "groupName": "bun version",
"groupSlug": "bun-version", "groupSlug": "bun-version",
"matchManagers": ["bun-version"], "matchDatasources": ["github-tags", "docker"],
"matchPackageNames": ["Bun", "bun"] "matchPackageNames": ["docker.io/oven/bun", "oven-sh/bun", "Bun"]
},
{
"description": "Group Bun Docker image",
"groupName": "bun version",
"groupSlug": "bun-version",
"matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/oven/bun", "oven/bun"],
"additionalBranchPrefix": ""
} }
] ]
} }
-4
View File
@@ -2,10 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"], "extends": ["local>t.behrendt/renovate-configs:common"],
"packageRules": [ "packageRules": [
{
"matchManagers": ["gomod"],
"addLabels": ["deps", "go"]
},
{ {
"matchPackageNames": ["golang", "gomod", "go"], "matchPackageNames": ["golang", "gomod", "go"],
"groupName": "go version", "groupName": "go version",
+1 -2
View File
@@ -8,8 +8,7 @@
{ {
"matchManagers": ["helm-values"], "matchManagers": ["helm-values"],
"versioning": "docker", "versioning": "docker",
"separateMinorPatch": true, "separateMinorPatch": true
"addLabels": ["deps", "helm"]
} }
], ],
"helmfile": { "helmfile": {