Compare commits

..

1 commit

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.409.1
uses: docker://docker.mafyuh.xyz/renovate/renovate:37.409.0
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.409.1
uses: docker://docker.mafyuh.xyz/renovate/renovate:37.409.0
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": ["ghcr.io/linuxserver/doplarr"],
"customChangelogUrl": "https://github.com/linuxserver/docker-doplarr/releases"
"matchDepNames": ["nginx-proxy-manager"],
"customChangelogUrl": "https://github.com/NginxProxyManager/nginx-proxy-manager"
},
{
"matchDepNames": ["ghcr.io/open-webui/open-webui"],