Compare commits
7 commits
faedef7dd1
...
fe9f3a07ba
Author | SHA1 | Date | |
---|---|---|---|
fe9f3a07ba | |||
9615fcc7e8 | |||
cccb14b20a | |||
4caf8ae61b | |||
829f98c2de | |||
1c46777435 | |||
a5ae81b3d8 |
2 changed files with 3 additions and 2 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://ghcr.io/renovatebot/renovate:39.169.3
|
||||
uses: docker://ghcr.io/renovatebot/renovate:39.170.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://ghcr.io/renovatebot/renovate:39.169.3
|
||||
uses: docker://ghcr.io/renovatebot/renovate:39.170.0
|
||||
with:
|
||||
args: renovate
|
||||
env:
|
||||
|
|
|
@ -152,6 +152,7 @@ module.exports = {
|
|||
matchHost: 'docker.io',
|
||||
username: 'mafyuh',
|
||||
password: `${process.env.DOCKER_HUB_PASSWORD}`,
|
||||
concurrentRequestLimit: 3
|
||||
},
|
||||
],
|
||||
};
|
Reference in a new issue