Skip to content

Commit f4b8220

Browse files
authored
chore(renovate): update config (#16)
1 parent 638613e commit f4b8220

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

renovate.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4+
":semanticCommits",
5+
":disableDependencyDashboard",
46
"config:recommended"
5-
]
6-
}
7+
],
8+
"packageRules": [
9+
{
10+
"matchUpdateTypes": ["major"],
11+
"labels": ["major"],
12+
"semanticCommitScope": "deps"
13+
},
14+
{
15+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
16+
"automerge": true,
17+
"automergeType": "pr",
18+
"automergeStrategy": "auto",
19+
"semanticCommitScope": "deps",
20+
"labels": ["minor-patch"]
21+
},
22+
{
23+
"matchManagers": ["swift"],
24+
"semanticCommitScope": "spm",
25+
"labels": ["swift", "spm"]
26+
},
27+
{
28+
"matchManagers": ["github-actions"],
29+
"labels": ["github-actions", "ci"]
30+
}
31+
],
32+
"lockFileMaintenance": {
33+
"enabled": true,
34+
"automerge": true
35+
}
36+
}

0 commit comments

Comments
 (0)