Skip to content

Commit

Permalink
chore: configure Renovate (#3766)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Anthony Fu <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2021
1 parent 19e479b commit 732d590
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": [
"config:base",
"schedule:weekly",
"group:allNonMajor"
],
"pin": false,
"ignorePaths": [
"packages/playground/**",
"packages/create-app/template-*/**",
"**/__tests__/**"
]
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"packages/*",
"packages/playground/*"
],
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"lint": "eslint --ext .js,.ts packages/*/src/**",
"test": "run-s test-serve test-build",
Expand Down

0 comments on commit 732d590

Please sign in to comment.