Skip to content

Commit 58bd0c3

Browse files
authored
github: Reconfigure Renovate to defer updates until lock file maintenance except for security updates (#87)
1 parent 4752bbc commit 58bd0c3

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

.github/renovate.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/renovate.json5

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"branchPrefix": "users/renovate/",
4+
"extends": [
5+
"config:recommended",
6+
":maintainLockFilesWeekly",
7+
":automergePatch",
8+
"schedule:automergeDaily",
9+
"helpers:pinGitHubActionDigestsToSemver",
10+
":enableVulnerabilityAlerts"
11+
],
12+
"packageRules": [
13+
{
14+
// Do not update Python packages when new versions are released. Instead,
15+
// let lock file maintenance update them once a week.
16+
"enabled": false,
17+
"matchCategories": ["python"]
18+
}
19+
],
20+
"osvVulnerabilityAlerts": true
21+
}

0 commit comments

Comments
 (0)