Compare commits
2 commits
17cbd2c04f
...
d3e2f4216c
Author | SHA1 | Date | |
---|---|---|---|
d3e2f4216c | |||
83ce66f267 |
2 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue