Compare commits

...

10 Commits
0.2.1 ... 0.6.0

Author SHA1 Message Date
3610c5de66 feat(common): add best-practices (#16)
All checks were successful
CD / Release (push) Successful in 13s
Reviewed-on: #16
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-11-08 22:32:00 +01:00
979fcd85a9 chore(deps): pin actions/checkout action to 08c6903 (#14)
All checks were successful
CD / Release (push) Successful in 13s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | pinDigest |  -> `08c6903` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhY3Rpb24iLCJkZXBzIl19-->

Reviewed-on: #14
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-11-04 08:25:11 +01:00
69bdd11b2a ci(renovate): manage actions (#13)
All checks were successful
CD / Release (push) Successful in 15s
As this repo has actions, we want renovate to manage those as well.

Reviewed-on: #13
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
2025-11-04 08:19:34 +01:00
acea8461af chore: remove k8s file matcher (#10)
All checks were successful
CD / Release (push) Successful in 25s
We are moving all file matchers and matcher patterns into the implementing repos, as the path differs for most users.

Reviewed-on: #10
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-15 19:51:57 +02:00
9b5ee7387a feat: make k8s paths more flexible (#9)
All checks were successful
CD / Release (push) Successful in 14s
This PR makes matching of k8s manifests more flexible.

Reviewed-on: #9
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-15 19:44:23 +02:00
957db57cca fix: k8s file matching (#8)
All checks were successful
CD / Release (push) Successful in 15s
Reviewed-on: #8
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
2025-10-15 11:23:42 +02:00
1d3e7df2fa fix: private helm registry (#7)
All checks were successful
CD / Release (push) Successful in 6s
Fixing the setup for the private helm registry. Instead of providing the "host" as the name of the field would suggest, one has to provide a full URL, which also becomes clear, when reading the [documentation](https://docs.renovatebot.com/getting-started/private-packages/).

Reviewed-on: #7
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-12 17:55:46 +02:00
2df0f6b2c3 feat: add private helm repo support (#6)
All checks were successful
CD / Release (push) Successful in 14s
Adding support for our private helm repository enabling updates of private resources.

Reviewed-on: #6
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-12 17:21:57 +02:00
1fd6dea387 fix: k8s config to reference yaml file instead of json (#5)
All checks were successful
CD / Release (push) Successful in 12s
Ups, something got messed up during migration. k8s manifests are of course of file type yaml and not json.

Reviewed-on: #5
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-11 08:51:03 +02:00
bee0ee03a4 feat: enable semantic commits (#4)
All checks were successful
CD / Release (push) Successful in 15s
Reviewed-on: #4
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-10 18:04:31 +02:00
7 changed files with 17 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: 0
- name: Increment tag

View File

@@ -16,7 +16,7 @@ jobs:
- "common.json"
- "docker-compose.json"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Validate "${{ matrix.json-file }}"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2
with:

View File

@@ -8,7 +8,7 @@ jobs:
name: Prerelease
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: 0
- name: Increment tag

View File

@@ -1,4 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true
"dependencyDashboard": true,
"semanticCommits": "enabled",
"extends": ["config:best-practices"]
}

View File

@@ -13,5 +13,13 @@
"helmfile": {
"enabled": true,
"addLabels": ["deps", "helm"]
}
},
"hostRules": [
{
"matchHost": "https://gitea.t000-n.de/api/packages/t.behrendt/helm",
"hostType": "helm",
"username": "{{ secrets.HELM_REGISTRY_USER }}",
"password": "{{ secrets.HELM_REGISTRY_PASSWORD }}"
}
]
}

View File

@@ -2,7 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": {
"enabled": true,
"fileMatch": ["^k8s/*\\.json$"],
"labels": ["deps", "k8s"]
}
}

View File

@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>t.behrendt/renovate-configs:common"
"local>t.behrendt/renovate-configs:common",
"local>t.behrendt/renovate-configs:action"
]
}