Skip to content

Commit dd751ce

Browse files
authored
feat: add labels for major, minor, swift and GitHub Actions updates (#57)
1 parent 62ec2fb commit dd751ce

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

renovate.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,31 @@
66
"config:recommended"
77
],
88
"packageRules": [
9+
{
10+
"matchUpdateTypes": ["major"],
11+
"labels": ["major"],
12+
"semanticCommitScope": "deps"
13+
},
914
{
1015
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
1116
"automerge": true,
1217
"automergeType": "pr",
1318
"automergeStrategy": "auto",
14-
"semanticCommitScope": "deps"
19+
"semanticCommitScope": "deps",
20+
"labels": ["minor-patch"]
1521
},
1622
{
1723
"matchManagers": ["swift"],
18-
"semanticCommitScope": "spm"
24+
"semanticCommitScope": "spm",
25+
"labels": ["swift", "spm"]
26+
},
27+
{
28+
"matchManagers": ["github-actions"],
29+
"labels": ["github-actions", "ci"]
1930
}
2031
],
2132
"lockFileMaintenance": {
2233
"enabled": true,
2334
"automerge": true
2435
}
25-
}
36+
}

0 commit comments

Comments
 (0)