Skip to content

Commit 88445ef

Browse files
authored
chore(deps): add Forking Renovate configuration (#7)
1 parent 7fa83ad commit 88445ef

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"labels": [
23+
"security"
24+
],
25+
"minimumReleaseAge": null
26+
},
27+
}

0 commit comments

Comments
 (0)