Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit add7ef0

Browse files
chore(renovate): create config file (#400)
1 parent 8baa990 commit add7ef0

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@
6868
"release-it": "10.4.1",
6969
"walk-sync": "1.1.3"
7070
},
71-
"renovate": {
72-
"extends": [
73-
"config:js-app",
74-
"algolia"
75-
]
76-
},
7771
"jest": {
7872
"testPathIgnorePatterns": [
7973
"<rootDir>/node_modules/",

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["config:js-app", "algolia"]
3+
}

0 commit comments

Comments
 (0)