Skip to content

Commit 732d590

Browse files
renovate[bot]renovate-botantfu
authored
chore: configure Renovate (#3766)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Anthony Fu <[email protected]>
1 parent 19e479b commit 732d590

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
"schedule:weekly",
5+
"group:allNonMajor"
6+
],
7+
"pin": false,
8+
"ignorePaths": [
9+
"packages/playground/**",
10+
"packages/create-app/template-*/**",
11+
"**/__tests__/**"
12+
]
13+
}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"packages/*",
66
"packages/playground/*"
77
],
8+
"engines": {
9+
"node": ">=12.0.0"
10+
},
811
"scripts": {
912
"lint": "eslint --ext .js,.ts packages/*/src/**",
1013
"test": "run-s test-serve test-build",

0 commit comments

Comments
 (0)