Skip to content

Commit e659811

Browse files
committed
chore(project): add the Renovate config file
1 parent 98326df commit e659811

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>renovatebot/.github"
5+
],
6+
"platform": "github",
7+
"platformAutomerge": true,
8+
"branchPrefix": "fix/deps/",
9+
"addLabels": [
10+
"dependencies",
11+
"security"
12+
],
13+
"packageRules": [
14+
{
15+
"description": "Automerge renovate minor and patch updates",
16+
"matchPackageNames": [
17+
"renovate/renovate"
18+
],
19+
"matchUpdateTypes": [
20+
"minor",
21+
"patch"
22+
],
23+
"automerge": true,
24+
"branchTopic": "{{{depNameSanitized}}}-{{{currentValue}}}"
25+
},
26+
{
27+
"description": "Allow updates after 15 days (exclude renovate)",
28+
"excludePackageNames": [
29+
"renovate/renovate"
30+
],
31+
"separateMinorPatch": true,
32+
"stabilityDays": 15
33+
}
34+
]
35+
}

0 commit comments

Comments
 (0)