fix: github token
All checks were successful
renovate / renovate (push) Successful in 6m14s

This commit is contained in:
2025-10-09 19:32:37 +02:00
parent de447fc717
commit 7cbe0b860a

View File

@@ -10,4 +10,11 @@ module.exports = {
}, },
optimizeForDisabled: true, optimizeForDisabled: true,
persistRepoData: true, persistRepoData: true,
hostRules: [
{
hostType: 'github',
matchHost: 'github.com',
token: process.env.GITHUB_TOKEN,
},
],
}; };