Fix/fix Renovate Envs (#426)

* Update renovate.yml

* Update renovate.json

* Update renovate.yml

* Update renovate.yml
This commit is contained in:
DrMxrcy 2023-05-02 16:34:06 -04:00 committed by GitHub
parent ccc90f46ad
commit ea18be3475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -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}}

View File

@ -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",