We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98326df commit e659811Copy full SHA for e659811
1 file changed
.github/renovate.json
@@ -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
30
31
+ "separateMinorPatch": true,
32
+ "stabilityDays": 15
33
+ }
34
+ ]
35
+}
0 commit comments