Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 097ab9d

Browse files
committed
chore: extend shared Renovate config
1 parent 50263a6 commit 097ab9d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

renovate.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
2-
"extends": ["config:base"],
3-
"timezone": "America/Los_Angeles",
4-
"schedule": ["on the 1st through 7th day of the month"],
5-
"lockFileMaintenance": {
6-
"enabled": true,
7-
"schedule": ["on the 1st through 7th day of the month"]
8-
},
2+
"extends": ["github>sourcegraph/renovate-config"],
3+
"semanticCommits": true,
94
"packageRules": [
105
{
116
"depTypeList": ["dependencies"],
@@ -15,6 +10,5 @@
1510
"depTypeList": ["devDependencies"],
1611
"rangeStrategy": "replace"
1712
}
18-
],
19-
"prCreation": "not-pending"
13+
]
2014
}

0 commit comments

Comments
 (0)