From 3e387156f7e9382494f1fc9e9e05d1bc604bde2b Mon Sep 17 00:00:00 2001 From: itsjohncs Date: Sat, 29 Jan 2022 17:27:18 -0800 Subject: [PATCH] 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. --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 9ae2c572..ca846b44 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,7 @@ "extends": ["config:base"], "ignorePaths": ["test/"], "labels": ["Type: Dependencies"], + "lockFileMaintenance": {"enabled": true}, "stabilityDays": 1, "vulnerabilityAlerts": { "labels": ["Type: Security"]