We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4752bbc commit 58bd0c3Copy full SHA for 58bd0c3
.github/renovate.json
.github/renovate.json5
@@ -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