Fix/fix Renovate Envs (#426)
* Update renovate.yml * Update renovate.json * Update renovate.yml * Update renovate.yml
This commit is contained in:
parent
ccc90f46ad
commit
ea18be3475
5
.github/workflows/renovate.yml
vendored
5
.github/workflows/renovate.yml
vendored
|
@ -17,7 +17,7 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
# The "*" (#42, asterisk) character has special semantics in YAML, so this
|
# The "*" (#42, asterisk) character has special semantics in YAML, so this
|
||||||
# string has to be quoted.
|
# string has to be quoted.
|
||||||
- cron: '0/15 * * * *'
|
- cron: '0/30 * * * *'
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -28,3 +28,6 @@ jobs:
|
||||||
uses: renovatebot/github-action@v32.118.0
|
uses: renovatebot/github-action@v32.118.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
env:
|
||||||
|
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN}}
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
"hostRules": [
|
"hostRules": [
|
||||||
{
|
{
|
||||||
"hostType": "docker",
|
"hostType": "docker",
|
||||||
"username": "{{ secrets.DOCKERHUB_USERNAME }}",
|
"username": "{{ env.DOCKERHUB_USERNAME }}",
|
||||||
"password": "{{ secrets.DOCKERHUB_TOKEN }}"
|
"password": "{{ env.DOCKERHUB_TOKEN }}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchHost": "docker.io",
|
"matchHost": "docker.io",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user