Skip to content

Commit fb1c17d

Browse files
authored
chore: fix renovate config (#687)
1 parent 32284be commit fb1c17d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/renovate.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
23
"extends": [
34
"config:base",
45
"schedule:weekly", // each monday
56
"group:allNonMajor", // batch non-majors into one PR
67
":semanticCommits" // nicer commit messages
78
],
89
"labels": ["dependencies"],
9-
"pin": false,
1010
"rangeStrategy": "bump",
11-
"node": false,
1211
"packageRules": [
1312
{
1413
"matchDepTypes": ["peerDependencies","engines"],

0 commit comments

Comments
 (0)