1
0
Fork 0

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:
Sheogorath 2020-05-25 03:36:29 +02:00
parent 7f32e6f789
commit 8295d14216
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -14,5 +14,6 @@ module.exports = {
updateLockFiles: true,
gitLabAutomerge: true
},
gitLabAutomerge: true
gitLabAutomerge: true,
includeForks: true
};