Compare commits

..

2 commits

Author SHA1 Message Date
c0602d03f8 ⬆️ Update docker.mafyuh.xyz/renovate/renovate Docker tag to v37.437.2 2024-07-20 19:01:37 +00:00
1de9f4d044 Update config.js
All checks were successful
Renovate / Renovate - Validate Config (push) Successful in 5s
Renovate / Renovate (push) Successful in 3m52s
2024-07-20 10:47:25 -04:00
2 changed files with 4 additions and 3 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.437.0
uses: docker://docker.mafyuh.xyz/renovate/renovate:37.437.2
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.437.0
uses: docker://docker.mafyuh.xyz/renovate/renovate:37.437.2
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

@ -108,7 +108,8 @@ module.exports = {
persistRepoData: true,
repositories: [
"mafyuh/Auto-Homelab",
"mafyuh/kub"
"mafyuh/kub",
"mafyuh/iac"
],
dockerUser: "1000:1000"
};