Compare commits
9 Commits
renovate/u
...
renovate/u
| Author | SHA1 | Date | |
|---|---|---|---|
|
10ca036011
|
|||
| 84ff6621f9 | |||
| f03ea1ed75 | |||
| ef52acb01d | |||
| d80efaa56e | |||
| cbd41b40ef | |||
| 39ed7d5135 | |||
| e456bc0e36 | |||
| b5ab4b117f |
@@ -24,4 +24,4 @@ dependencies:
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
icon: https://raw.githubusercontent.com/foldergram/foldergram/refs/heads/main/client/public/icon-512.png
|
||||
# renovate: datasource=github-releases depName=foldergram/foldergram
|
||||
appVersion: v1.0.8
|
||||
appVersion: v1.0.9
|
||||
|
||||
@@ -345,7 +345,7 @@ mautrix-whatsapp:
|
||||
main:
|
||||
image:
|
||||
repository: dock.mau.dev/mautrix/whatsapp
|
||||
tag: v0.2602.0
|
||||
tag: v0.2603.0
|
||||
pullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
|
||||
@@ -17,4 +17,5 @@ dependencies:
|
||||
alias: music-grabber
|
||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||
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:
|
||||
image:
|
||||
repository: g33kphr33k/musicgrabber
|
||||
tag: 2.5.2
|
||||
tag: 2.5.3
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: MUSIC_DIR
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
{
|
||||
"description": "Renovate tag matcher for Helm chart appVersion",
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"(^|/)Chart\\.yaml$"
|
||||
"managerFilePatterns": [
|
||||
"/(^|/)Chart\\.yaml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"#\\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",
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"(^|/)values\\.yaml$",
|
||||
"(^|/)templates/.*\\.yaml$"
|
||||
"managerFilePatterns": [
|
||||
"/(^|/)values\\.yaml$/",
|
||||
"/(^|/)templates/.*\\.yaml$/"
|
||||
],
|
||||
"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]+))?[\"']?"
|
||||
@@ -41,8 +41,8 @@
|
||||
{
|
||||
"description": "Update Helm CLI version in GitHub Actions",
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"^\\.github/workflows/.*\\.ya?ml$"
|
||||
"managerFilePatterns": [
|
||||
"/^\\.github/workflows/.*\\.ya?ml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"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",
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"^\\.github/workflows/.*\\.ya?ml$"
|
||||
"managerFilePatterns": [
|
||||
"/^\\.github/workflows/.*\\.ya?ml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"KUBECONFORM_VERSION: \"(?<currentValue>v?\\d+\\.\\d+\\.\\d+)\""
|
||||
@@ -74,12 +74,21 @@
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Universal dynamic labeling by datasource",
|
||||
"addLabels": [
|
||||
"{{{datasource}}}"
|
||||
"description": "Label Helm updates",
|
||||
"matchDatasources": [
|
||||
"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",
|
||||
"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}}}",
|
||||
"matchPackageNames": [
|
||||
"*"
|
||||
@@ -154,9 +163,6 @@
|
||||
"patch",
|
||||
"pinDigest"
|
||||
],
|
||||
"matchDatasources": [
|
||||
"*"
|
||||
],
|
||||
"addLabels": [
|
||||
"{{{datasource}}}",
|
||||
"automerge"
|
||||
|
||||
Reference in New Issue
Block a user