Skip to content

Commit 2558b65

Browse files
authored
ci: update renovate config (#15)
1 parent aef0983 commit 2558b65

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

renovate.json

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
{
2-
"vulnerabilityAlerts": {
3-
"labels": [
4-
"security"
5-
]
2+
"extends": ["config:base", "github>whitesource/merge-confidence:beta", ":semanticCommitTypeAll(chore)"],
3+
"prHourlyLimit": 50,
4+
"prConcurrentLimit": 10,
5+
"osvVulnerabilityAlerts": true,
6+
"vulnerabilityAlerts": {
7+
"labels": [
8+
"security"
9+
]
10+
},
11+
"stabilityDays": 3,
12+
"packageRules": [
13+
{
14+
"labels": ["dependencies", "{{manager}}"]
615
},
7-
"stabilityDays": 3,
8-
"prConcurrentLimit": 10,
9-
"prHourlyLimit": 10,
10-
"postUpdateOptions": [
11-
"gomodUpdateImportPaths",
12-
"gomodTidy"
13-
]
14-
}
16+
{
17+
"semanticCommitScope": "deps-dev",
18+
"matchManagers": ["github-actions"]
19+
}
20+
],
21+
"postUpdateOptions": [
22+
"gomodUpdateImportPaths",
23+
"gomodTidy"
24+
]
25+
}

0 commit comments

Comments
 (0)