hostrule update

This commit is contained in:
Joseph Hanson 2025-01-01 17:31:01 -06:00
parent 64a4019b66
commit dec5d292d5
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -57,7 +57,7 @@ runs:
RENOVATE_HOST_RULES: |-
[
{"matchHost":"docker.io","hostType":"docker","username":"${{ inputs.docker-username }}","password":"${{ inputs.docker-password }}"},
{"matchHost":"ghcr.io","hostType":"docker","username":"${{ inputs.github-username }}","password":"${{ inputs.github-token }}"}
{"matchHost":"ghcr.io","hostType":"docker","username":"${{ inputs.github-username }}","password":"${{ inputs.github-token }}"},
{"matchHost":"github.com","hostType":"github","token":"${{ inputs.github-token }}"},
]
GIT_AUTHOR_NAME: 'Renovate Bot'