Compare commits

..

3 Commits

Author SHA1 Message Date
5d45caa2ea chore(deps): update helm/chart-testing-action action to v2.8.0 2026-02-07 00:32:05 +00:00
ce0c5dc817 feat: remove manager
All checks were successful
lint-and-test / lint-helm (push) Successful in 11s
release-charts-gitea-actions / release (push) Successful in 24s
lint-and-test / chart-testing (push) Successful in 30s
renovate / renovate (push) Successful in 50s
2026-02-06 18:31:19 -06:00
20ecfbeec5 fix: add bumpVersion 2026-02-06 18:31:04 -06:00
2 changed files with 7 additions and 2 deletions

View File

@@ -12,5 +12,4 @@ sources:
maintainers:
- name: alexlebens
icon: https://avatars.githubusercontent.com/u/100373852?s=48&v=4
# renovate: datasource=github-releases depName=gitea/act_runner
appVersion: 0.2.11

View File

@@ -52,7 +52,13 @@
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
"groupSlug": "unified-{{{groupName}}}",
"addLabels": ["image"],
"automerge": false
"bumpVersions": [
{
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
}
]
},
{
"description": "Automerge generic-device-plugin image on digest",