Merge pull request 'chore: add renovate.json with Docker image tracking' (#2) from chore/renovate into master

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-06-09 14:04:51 -04:00
2 changed files with 18 additions and 4 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ version: 0.0.11
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- cv - cv
home: https://scm.docker.cabillot.eu/web/cv-helm/ home: https://scm.cabillot.eu/web/cv-helm/
icon: https://scm.docker.cabillot.eu/repo-avatars/89-d8eec884cb05430e8ccdc486841bb431 icon: https://scm.cabillot.eu/repo-avatars/89-d8eec884cb05430e8ccdc486841bb431
sources: sources:
- https://scm.docker.cabillot.eu/web/cv - https://scm.cabillot.eu/web/cv
maintainers: maintainers:
- name: Julien Cabillot - name: Julien Cabillot
email: dockerimages@cabillot.eu email: dockerimages@cabillot.eu
@@ -24,5 +24,5 @@ appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: "https://scm.docker.cabillot.eu/perso/helm-library-common/raw/branch/master/" repository: "https://scm.cabillot.eu/perso/helm-library-common/raw/branch/master/"
version: 4.2.0 version: 4.2.0
+14
View File
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"fileMatch": [
"(^|/)values\\.ya?ml$"
],
"matchStrings": [
"repository:\\s*\"?(?<depName>[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?<currentValue>[^\"\\s\\n]*)\"?"
],
"datasourceTemplate": "docker"
}
]
}