File tree Expand file tree Collapse file tree 1 file changed +32
-12
lines changed
Expand file tree Collapse file tree 1 file changed +32
-12
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments