Skip to content

Commit 83f6a9a

Browse files
authored
update renovate config (#518)
updates! e1034c6
1 parent 9f27359 commit 83f6a9a

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

renovate.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
":dependencyDashboard",
4+
"config:recommended",
5+
":dependencyDashboardApproval",
56
":maintainLockFilesWeekly",
67
":prHourlyLimitNone"
78
],
@@ -10,10 +11,29 @@
1011
"enabled": true
1112
},
1213
"baseBranches": ["main"],
14+
"recreateWhen": "never",
15+
"timezone": "America/New_York",
1316
"packageRules": [
1417
{
15-
"matchPackagePatterns": ["*"],
16-
"groupName": "python-dependencies"
17-
}
18+
"groupName": "Python dependencies (minor and patch)",
19+
"matchUpdateTypes": ["minor", "patch"],
20+
"matchFileNames": ["pyproject.toml"],
21+
"schedule": ["before 7am on monday"],
22+
"prPriority": 7
23+
},
24+
{
25+
"groupName": "Python dependencies (major)",
26+
"matchUpdateTypes": ["major"],
27+
"matchFileNames": ["pyproject.toml"],
28+
"schedule": ["after 7pm on thursday"],
29+
"prPriority": 10
30+
},
31+
{
32+
"groupName": "GitHub Actions",
33+
"matchManagers": ["github-actions"],
34+
"matchFileNames": [".github/workflows/**"],
35+
"schedule": ["before 6pm on wednesday"],
36+
"prPriority": 5
37+
}
1838
]
1939
}

0 commit comments

Comments
 (0)