Update config.js
All checks were successful
Renovate / Renovate - Validate Config (push) Successful in 5s
Renovate / Renovate (push) Successful in 55s

This commit is contained in:
Matt Reeves 2024-10-15 00:30:30 -04:00
parent 3c78099f73
commit e22f4a5e73

View file

@ -149,7 +149,7 @@ module.exports = {
dockerUser: "1000:1000", dockerUser: "1000:1000",
hostRules: [ hostRules: [
{ {
hostType: 'docker', matchHost: 'docker.io',
username: 'mafyuh', username: 'mafyuh',
password: `${process.env.DOCKER_HUB_PASSWORD}`, password: `${process.env.DOCKER_HUB_PASSWORD}`,
}, },