2 Commits

Author SHA1 Message Date
c26cadfdaf Update helm-library Docker tag to v0.2.6
Some checks failed
renovate/artifacts Artifact file update failure
2025-07-22 01:01:57 +00:00
227a80fd97 Extend default renovate config 2025-02-02 11:41:24 +01:00
2 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,7 @@ maintainers:
url: https://badhouseplants.net url: https://badhouseplants.net
dependencies: dependencies:
- name: helm-library - name: helm-library
version: 0.2.1 version: 0.2.6
repository: oci://ghcr.io/allanger/allangers-helm-library repository: oci://ghcr.io/allanger/allangers-helm-library
annotations: annotations:
allowed_workload_kinds: "Deployment" allowed_workload_kinds: "Deployment"

View File

@ -1,3 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
} }