Compare commits

...

3 Commits
0.4.2 ... 0.5.2

Author SHA1 Message Date
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
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": {
"enabled": true,
"managerFilePatterns": ["^k8s/*\\.yaml$"],
"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"
]
}