sourcegraph/sourcegraph-public-snapshot

Use renovate to automate our `browserslist` data

Open

#26,294 opened on Oct 19, 2021

 (2 comments) (1 reaction) (0 assignees)Go (1,374 forks)auto 404
frontend-platformgood first issue

Repository metrics

Stars
 (10,290 stars)
PR merge metrics
 (PR metrics pending)

Description

Browserslist recommend that you update caniuse-lite at regularly through the following command:

npx browserslist@latest --update-db

We should be able to automate this through Renovate so we don't forget.

Further context: https://github.com/browserslist/browserslist#browsers-data-updating Our renovate config: https://github.com/sourcegraph/renovate-config Slack thread: https://sourcegraph.slack.com/archives/C01LTKUHRL3/p1634557982207800

Contributor guide