1
0
Fork 0

Enable updates of lock files by default

This will make sure that not just dependency files but also the lock
files will be managed by renovatebot, which should improve the ability
to automerge changes.
This commit is contained in:
Sheogorath 2020-05-17 15:32:27 +02:00
parent 85d620b76c
commit e0fdf5189a
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -10,5 +10,6 @@ module.exports = {
onboardingConfig: {
extends: ['config:base'],
prConcurrentLimit: 5,
updateLockFiles: true
}
};