We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa83ad commit 88445efCopy full SHA for 88445ef
1 file changed
.github/renovate.json5
@@ -0,0 +1,27 @@
1
+// Based partially on https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/renovate.json
2
+{
3
+ "extends": [
4
+ // https://docs.renovatebot.com/presets-config/#configrecommended
5
+ "config:recommended",
6
+ "schedule:earlyMondays",
7
+ ":ignoreUnstable",
8
+ ],
9
+ // Apply label to PRs.
10
+ "labels": [
11
+ "dependencies",
12
13
+ // https://docs.renovatebot.com/configuration-options/#minimumreleaseage
14
+ "minimumReleaseAge": "3 days",
15
+ "dependencyDashboardLabels": [
16
+ "type: process",
17
18
+ "rebaseWhen": "behind-base-branch",
19
+ "semanticCommits": "enabled",
20
+ // Create PR for vulnerability alerts immediately.
21
+ "vulnerabilityAlerts": {
22
23
+ "security"
24
25
+ "minimumReleaseAge": null
26
+ },
27
+}
0 commit comments