Enable renovate bot on forked projects
Previously renovatebot would ignore forks. This patch fixes this as long as botaniker has access to it, it should creates MRs.
This commit is contained in:
parent
7f32e6f789
commit
8295d14216
1 changed files with 2 additions and 1 deletions
|
@ -14,5 +14,6 @@ module.exports = {
|
||||||
updateLockFiles: true,
|
updateLockFiles: true,
|
||||||
gitLabAutomerge: true
|
gitLabAutomerge: true
|
||||||
},
|
},
|
||||||
gitLabAutomerge: true
|
gitLabAutomerge: true,
|
||||||
|
includeForks: true
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue