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:
parent
85d620b76c
commit
e0fdf5189a
1 changed files with 1 additions and 0 deletions
|
@ -10,5 +10,6 @@ module.exports = {
|
||||||
onboardingConfig: {
|
onboardingConfig: {
|
||||||
extends: ['config:base'],
|
extends: ['config:base'],
|
||||||
prConcurrentLimit: 5,
|
prConcurrentLimit: 5,
|
||||||
|
updateLockFiles: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue