sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.11k stars 1.27k forks source link

Use renovate to automate our `browserslist` data #26294

Open umpox opened 2 years ago

umpox commented 2 years ago

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

github-actions[bot] commented 2 years ago

Heads up @umpox @valerybugakov @5h1ru @pdubroy @taylorsperry - the "team/frontend-platform" label was applied to this issue.

shivanshsharma13 commented 2 months ago

Hi Team, is this issue up for taking?