This commit is contained in:
parent
8cbb5f545e
commit
325069f7b5
1 changed files with 6 additions and 0 deletions
|
@ -5,4 +5,10 @@ module.exports = {
|
||||||
"autodiscover": true,
|
"autodiscover": true,
|
||||||
"autodiscoverTopics": ["renovate"],
|
"autodiscoverTopics": ["renovate"],
|
||||||
"optimizeForDisabled": true,
|
"optimizeForDisabled": true,
|
||||||
|
"onboardingConfig": {
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>CoastalCommits/renovate-config"
|
||||||
|
]
|
||||||
|
}
|
||||||
};
|
};
|
Loading…
Reference in a new issue