Compare commits
2 Commits
d192cffd7b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a4454b56ce | |||
| 7cbe0b860a |
12
config.js
12
config.js
@@ -10,4 +10,16 @@ module.exports = {
|
||||
},
|
||||
optimizeForDisabled: true,
|
||||
persistRepoData: true,
|
||||
hostRules: [
|
||||
{
|
||||
hostType: 'github',
|
||||
matchHost: 'github.com',
|
||||
token: process.env.GITHUB_TOKEN,
|
||||
},
|
||||
{
|
||||
hostType: 'gitea',
|
||||
matchHost: 'gitea.ditmarvisser.net',
|
||||
token: process.env.RENOVATE_TOKEN,
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user