Skip to content

Commit

Permalink
chore: enable renovate for playground (#8075)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 9, 2022
1 parent 875fc11 commit 17e8137
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/renovate.json5
@@ -1,11 +1,7 @@
{
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
"labels": ["dependencies"],
"ignorePaths": [
"packages/playground/**",
"packages/create-vite/template-*/**",
"**/__tests__/**"
],
"ignorePaths": ["**/__tests__/**"],
"pin": false,
"rangeStrategy": "bump",
"node": false,
Expand Down

0 comments on commit 17e8137

Please sign in to comment.