Compare commits

...

2 commits

Author SHA1 Message Date
d3e2f4216c ⬆️ Update docker.mafyuh.xyz/renovate/renovate Docker tag to v37.409.1 2024-06-16 16:01:11 +00:00
83ce66f267 Update config.js
All checks were successful
Renovate / Renovate - Validate Config (push) Successful in 5s
Renovate / Renovate (push) Successful in 2m49s
2024-06-16 10:24:24 -04:00
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ jobs:
unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- name: Validate Renovate Config
uses: docker://docker.mafyuh.xyz/renovate/renovate:37.408.3
uses: docker://docker.mafyuh.xyz/renovate/renovate:37.409.1
with:
args: renovate-config-validator
@ -38,7 +38,7 @@ jobs:
unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- name: Run Renovate
uses: docker://docker.mafyuh.xyz/renovate/renovate:37.408.3
uses: docker://docker.mafyuh.xyz/renovate/renovate:37.409.1
with:
args: renovate --pr-footer="Did Renovate not find changelogs? No worries! [Click here](https://git.mafyuh.dev/mafyuh/Auto-Homelab/src/branch/main/.github/changelogs.md)"
env:

View file

@ -16,8 +16,8 @@ module.exports = {
"updateTypes": ["patch", "digest", "bump", "minor"]
},
{
"matchDepNames": ["nginx-proxy-manager"],
"customChangelogUrl": "https://github.com/NginxProxyManager/nginx-proxy-manager"
"matchDepNames": ["ghcr.io/linuxserver/doplarr"],
"customChangelogUrl": "https://github.com/linuxserver/docker-doplarr/releases"
},
{
"matchDepNames": ["ghcr.io/open-webui/open-webui"],