Skip to content

Commit e4e26e6

Browse files
chore: update renovate config (#178)
2 parents 7a8d9fe + 5c0a49e commit e4e26e6

File tree

1 file changed

+32
-12
lines changed

1 file changed

+32
-12
lines changed

renovate.json

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,40 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base",
4-
"group:allNonMajor",
5-
":semanticCommits"
6-
],
7-
"packageRules":
8-
[
3+
"extends": [
4+
"config:base",
5+
"group:allNonMajor",
6+
":semanticCommitTypeAll(chore)",
7+
"helpers:pinGitHubActionDigests"
8+
],
9+
"rangeStrategy": "bump",
10+
"packageRules": [
911
{
10-
"matchPackagePrefixes": ["ArmoniK"],
11-
"groupName": "release packages Armonik"
12+
"groupName": "npm packages",
13+
"groupSlug": "npm",
14+
"matchDatasources": [
15+
"npm"
16+
]
1217
},
1318
{
14-
15-
"matchPackagePatterns": ["*"],
16-
"excludePackagePrefixes": ["ArmoniK"],
17-
"groupName": "other dependencies"
19+
"groupName": "nuget packages",
20+
"groupSlug": "nuget",
21+
"matchDatasources": [
22+
"nuget"
23+
]
24+
},
25+
{
26+
"groupName": "docker images",
27+
"groupSlug": "docker",
28+
"matchDatasources": [
29+
"docker"
30+
]
31+
},
32+
{
33+
"groupName": "github actions",
34+
"groupSlug": "github-actions",
35+
"matchDatasources": [
36+
"github-tags"
37+
]
1838
}
1939
]
2040
}

0 commit comments

Comments
 (0)