Have Renovate bot refresh our lockfile for us.

I noticed that caniuse-lite wants to be updated regularly via
`npx browserslist@latest --update-db`. Renovate bot can do this if we
enable its `lockFileMaintenance` option
([source](https://github.com/renovatebot/renovate/issues/8615)).

I'm not sure exactly how annoying Renovate bot will be if we enable
this option but I figure we can just try it and disable it if it's
annoying.
This commit is contained in:
itsjohncs 2022-01-29 17:27:18 -08:00
parent 7e0afc90fd
commit 3e387156f7

View file

@ -2,6 +2,7 @@
"extends": ["config:base"],
"ignorePaths": ["test/"],
"labels": ["Type: Dependencies"],
"lockFileMaintenance": {"enabled": true},
"stabilityDays": 1,
"vulnerabilityAlerts": {
"labels": ["Type: Security"]