Compare commits

...

3 commits

Author SHA1 Message Date
955dc65d65 ⬆️ Update docker.mafyuh.xyz/renovate/renovate Docker tag to v38.18.10 2024-08-03 11:01:13 +00:00
f683d78432 Update .forgejo/workflows/renovate.yml
All checks were successful
Renovate / Renovate - Validate Config (push) Successful in 5s
Renovate / Renovate (push) Successful in 2m40s
2024-08-02 12:06:28 -04:00
284124f0a7 Update config.js
Some checks failed
Renovate / Renovate - Validate Config (push) Successful in 5s
Renovate / Renovate (push) Has been cancelled
2024-08-02 12:05:45 -04:00
2 changed files with 37 additions and 5 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:38.18.4
uses: docker://docker.mafyuh.xyz/renovate/renovate:38.18.10
with:
args: renovate-config-validator
@ -38,9 +38,9 @@ jobs:
unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- name: Run Renovate
uses: docker://docker.mafyuh.xyz/renovate/renovate:38.18.4
uses: docker://docker.mafyuh.xyz/renovate/renovate:38.18.10
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)"
args: renovate
env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GIT_COM_TOKEN }}

View file

@ -24,7 +24,7 @@ module.exports = {
"customChangelogUrl": "https://github.com/open-webui/open-webui/releases"
},
{
"matchDepNames": ["docker.mafyuh.xyz/ollama/ollama"],
"matchDepNames": ["ollama/ollama"],
"customChangelogUrl": "https://github.com/ollama/ollama/releases"
},
{
@ -44,7 +44,7 @@ module.exports = {
"customChangelogUrl": "https://github.com/FlareSolverr/FlareSolverr/releases"
},
{
"matchDepNames": ["docker.mafyuh.xyz/mindsdb/mindsdb"],
"matchDepNames": ["mindsdb/mindsdb"],
"customChangelogUrl": "https://github.com/mindsdb/mindsdb/releases"
},
{
@ -102,6 +102,38 @@ module.exports = {
{
"matchDepNames": ["onerahmet/openai-whisper-asr-webservice"],
"customChangelogUrl": "https://github.com/ahmetoner/whisper-asr-webservice/releases"
},
{
"matchDepNames": ["ghcr.io/linuxserver/bazarr"],
"customChangelogUrl": "https://github.com/linuxserver/docker-bazarr/releases"
},
{
"matchDepNames": ["ghcr.io/linuxserver/lidarr"],
"customChangelogUrl": "https://github.com/linuxserver/docker-lidarr/releases"
},
{
"matchDepNames": ["ghcr.io/linuxserver/prowlarr"],
"customChangelogUrl": "https://github.com/linuxserver/docker-prowlarr/releases"
},
{
"matchDepNames": ["ghcr.io/linuxserver/radarr"],
"customChangelogUrl": "https://github.com/linuxserver/docker-radarr/releases"
},
{
"matchDepNames": ["ghcr.io/linuxserver/sonarr"],
"customChangelogUrl": "https://github.com/linuxserver/docker-sonarr/releases"
},
{
"matchDepNames": ["ghcr.io/linuxserver/doplarr"],
"customChangelogUrl": "https://github.com/linuxserver/docker-doplarr/releases"
},
{
"matchDepNames": ["ghcr.io/ajnart/homarr"],
"customChangelogUrl": "https://github.com/ajnart/homarr/releases"
},
{
"matchDepNames": ["ghcr.io/linuxserver/syncthing"],
"customChangelogUrl": "https://github.com/linuxserver/docker-syncthing/releases"
}
],
optimizeForDisabled: true,