Compare commits

..

1 Commits

Author SHA1 Message Date
t.behrendt ec5380a026 ci: add formatter
CI / Test (action.json) (pull_request) Successful in 12s
CI / Test (bun-npm.json) (pull_request) Successful in 10s
CI / Test (common.json) (pull_request) Successful in 12s
CI / Test (helm.json) (pull_request) Successful in 11s
CI / Test (k8s.json) (pull_request) Successful in 11s
CI / Format (pull_request) Failing after 8s
CI / Test (docker-compose.json) (pull_request) Successful in 1m0s
2026-06-21 17:21:16 +02:00
5 changed files with 6 additions and 15 deletions
+2 -2
View File
@@ -16,10 +16,10 @@ jobs:
fetch-depth: 0
- name: Increment tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@e393dbb067c09fd43519392572ccf63b66cba92d # 0.1.39
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@b8806ee0141a44be30e8734dff15001361be100c # 0.1.35
with:
token: ${{ secrets.GITEA_TOKEN }}
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@38c1bbd8bad3e7965744d03de85faa4a5b808d1b # 0.2.4
with:
tag: ${{ steps.tag.outputs.new-tag }}
-4
View File
@@ -2,10 +2,6 @@
"$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,10 +2,6 @@
"$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",
+1 -2
View File
@@ -8,8 +8,7 @@
{
"matchManagers": ["helm-values"],
"versioning": "docker",
"separateMinorPatch": true,
"addLabels": ["deps", "helm"]
"separateMinorPatch": true
}
],
"helmfile": {
+3 -3
View File
@@ -1,11 +1,11 @@
{
"name": "renovate-configs",
"devDependencies": {
"oxfmt": "0.55.0"
},
"private": true,
"scripts": {
"fmt": "oxfmt -c .oxfmtrc.json",
"fmt:check": "oxfmt -c .oxfmtrc.json --check"
},
"devDependencies": {
"oxfmt": "0.55.0"
}
}