Compare commits
8 Commits
renovate/u
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 84ff6621f9 | |||
| f03ea1ed75 | |||
| ef52acb01d | |||
| d80efaa56e | |||
| cbd41b40ef | |||
| 39ed7d5135 | |||
| e456bc0e36 | |||
| b5ab4b117f |
@@ -24,4 +24,4 @@ dependencies:
|
|||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
icon: https://raw.githubusercontent.com/foldergram/foldergram/refs/heads/main/client/public/icon-512.png
|
icon: https://raw.githubusercontent.com/foldergram/foldergram/refs/heads/main/client/public/icon-512.png
|
||||||
# renovate: datasource=github-releases depName=foldergram/foldergram
|
# renovate: datasource=github-releases depName=foldergram/foldergram
|
||||||
appVersion: v1.0.8
|
appVersion: v1.0.9
|
||||||
|
|||||||
@@ -17,4 +17,5 @@ dependencies:
|
|||||||
alias: music-grabber
|
alias: music-grabber
|
||||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||||
version: 4.6.2
|
version: 4.6.2
|
||||||
appVersion: 2.0.4
|
# renovate: datasource=docker depName=g33kphr33k/musicgrabber
|
||||||
|
appVersion: 2.5.3
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ music-grabber:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: g33kphr33k/musicgrabber
|
repository: g33kphr33k/musicgrabber
|
||||||
tag: 2.5.2
|
tag: 2.5.3
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: MUSIC_DIR
|
- name: MUSIC_DIR
|
||||||
|
|||||||
@@ -18,8 +18,8 @@
|
|||||||
{
|
{
|
||||||
"description": "Renovate tag matcher for Helm chart appVersion",
|
"description": "Renovate tag matcher for Helm chart appVersion",
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [
|
"managerFilePatterns": [
|
||||||
"(^|/)Chart\\.yaml$"
|
"/(^|/)Chart\\.yaml$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+appVersion:\\s*[\"']?(?<currentValue>[^\\s\"']+)[\"']?"
|
"#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+appVersion:\\s*[\"']?(?<currentValue>[^\\s\"']+)[\"']?"
|
||||||
@@ -29,9 +29,9 @@
|
|||||||
{
|
{
|
||||||
"description": "Renovate tag matcher for Helm values and templates",
|
"description": "Renovate tag matcher for Helm values and templates",
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [
|
"managerFilePatterns": [
|
||||||
"(^|/)values\\.yaml$",
|
"/(^|/)values\\.yaml$/",
|
||||||
"(^|/)templates/.*\\.yaml$"
|
"/(^|/)templates/.*\\.yaml$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+tag:\\s*[\"']?(?<currentValue>[^@\\s\"']+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?"
|
"#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+tag:\\s*[\"']?(?<currentValue>[^@\\s\"']+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?"
|
||||||
@@ -41,8 +41,8 @@
|
|||||||
{
|
{
|
||||||
"description": "Update Helm CLI version in GitHub Actions",
|
"description": "Update Helm CLI version in GitHub Actions",
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [
|
"managerFilePatterns": [
|
||||||
"^\\.github/workflows/.*\\.ya?ml$"
|
"/^\\.github/workflows/.*\\.ya?ml$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"uses: azure/setup-helm@v4[\\s\\S]*?version: (?<currentValue>v?\\d+\\.\\d+\\.\\d+)"
|
"uses: azure/setup-helm@v4[\\s\\S]*?version: (?<currentValue>v?\\d+\\.\\d+\\.\\d+)"
|
||||||
@@ -54,8 +54,8 @@
|
|||||||
{
|
{
|
||||||
"description": "Update Kubeconform version in GitHub Actions env",
|
"description": "Update Kubeconform version in GitHub Actions env",
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [
|
"managerFilePatterns": [
|
||||||
"^\\.github/workflows/.*\\.ya?ml$"
|
"/^\\.github/workflows/.*\\.ya?ml$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"KUBECONFORM_VERSION: \"(?<currentValue>v?\\d+\\.\\d+\\.\\d+)\""
|
"KUBECONFORM_VERSION: \"(?<currentValue>v?\\d+\\.\\d+\\.\\d+)\""
|
||||||
@@ -74,12 +74,21 @@
|
|||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Universal dynamic labeling by datasource",
|
"description": "Label Helm updates",
|
||||||
"addLabels": [
|
"matchDatasources": [
|
||||||
"{{{datasource}}}"
|
"helm"
|
||||||
],
|
],
|
||||||
"matchPackageNames": [
|
"addLabels": [
|
||||||
"*"
|
"helm"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Label Docker updates",
|
||||||
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
|
"addLabels": [
|
||||||
|
"docker"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -93,7 +102,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Group packages together by stripping all registry/namespace prefixes",
|
"description": "Group packages together by stripping all registry/namespace prefixes",
|
||||||
"groupName": "{{#if packageName}}{{{replace '^.*\/([^\/]+)$' '$1' packageName}}}{{else}}{{{replace '^.*\/([^\/]+)$' '$1' depName}}}{{/if}}",
|
"groupName": "{{#if packageName}}{{{replace '^.*/([^/]+)$' '$1' packageName}}}{{else}}{{{replace '^.*/([^/]+)$' '$1' depName}}}{{/if}}",
|
||||||
"groupSlug": "unified-{{{groupName}}}",
|
"groupSlug": "unified-{{{groupName}}}",
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"*"
|
"*"
|
||||||
@@ -154,9 +163,6 @@
|
|||||||
"patch",
|
"patch",
|
||||||
"pinDigest"
|
"pinDigest"
|
||||||
],
|
],
|
||||||
"matchDatasources": [
|
|
||||||
"*"
|
|
||||||
],
|
|
||||||
"addLabels": [
|
"addLabels": [
|
||||||
"{{{datasource}}}",
|
"{{{datasource}}}",
|
||||||
"automerge"
|
"automerge"
|
||||||
|
|||||||
Reference in New Issue
Block a user