Skip to content

Commit 251195c

Browse files
chore(renovate): extend shared org preset + conservative automerge
1 parent e7c3818 commit 251195c

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

renovate.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
4-
"ignorePaths": ["requirements.txt", "requirements-lock.txt"],
3+
"extends": ["local>anolishq/renovate-config"],
54
"prConcurrentLimit": 3,
6-
"lockFileMaintenance": {
7-
"enabled": true,
8-
"schedule": ["before 6am on monday"]
9-
},
105
"packageRules": [
11-
{
12-
"matchManagers": ["github-actions"],
13-
"groupName": "github-actions",
14-
"pinDigests": true
15-
},
16-
{
17-
"description": "Supply-chain safety: wait 3 days for pypi packages",
18-
"matchManagers": ["pep621"],
19-
"minimumReleaseAge": "3 days"
20-
},
216
{
227
"description": "Block protobuf v7 until grpcio-tools supports protobuf>=7",
238
"matchManagers": ["pep621"],

0 commit comments

Comments
 (0)