Skip to content

Commit 7105f1d

Browse files
committed
chore(template): sync with dailydevops/template-dotnet [skip ci]
1 parent fda1f29 commit 7105f1d

File tree

1 file changed

+26
-72
lines changed

1 file changed

+26
-72
lines changed

renovate.json

Lines changed: 26 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,10 @@
77
":automergePatch",
88
":rebaseStalePrs"
99
],
10-
"ignorePresets": [
11-
"group:monorepos"
12-
],
10+
"ignorePresets": ["group:monorepos"],
1311
"automergeType": "pr",
1412
"automergeStrategy": "squash",
15-
"enabledManagers": [
16-
"custom.regex",
17-
"dockerfile",
18-
"github-actions",
19-
"nuget"
20-
],
13+
"enabledManagers": ["custom.regex", "dockerfile", "github-actions", "nuget"],
2114
"ignorePaths": [
2215
"**/node_modules/**",
2316
"**/bower_components/**",
@@ -30,10 +23,7 @@
3023
"customManagers": [
3124
{
3225
"customType": "regex",
33-
"managerFilePatterns": [
34-
"/\\.(?:cs|fs|vb)proj$/",
35-
"/\\.(?:props|targets)$/"
36-
],
26+
"managerFilePatterns": ["/\\.(?:cs|fs|vb)proj$/", "/\\.(?:props|targets)$/"],
3727
"matchStrings": [
3828
"<PackageReference\\s+Include=\"(?<depName>[^\"]+)\"\\s+Version=\"\\[(?<currentValue>[^,]+),.*\"",
3929
"<Project\\s+Sdk=\"(?<depName>[^\"]+)/(?<currentValue>[^,]+)\">"
@@ -43,98 +33,62 @@
4333
},
4434
{
4535
"customType": "regex",
46-
"managerFilePatterns": [
47-
"/\\.cs$/"
48-
],
49-
"matchStrings": [
50-
"/\\*\\s*dockerimage\\s*\\*/\\s*\"(?<depName>[^:]+):(?<currentValue>[^\"]+)\""
51-
],
36+
"managerFilePatterns": ["/\\.cs$/"],
37+
"matchStrings": ["/\\*\\s*dockerimage\\s*\\*/\\s*\"(?<depName>[^:]+):(?<currentValue>[^\"]+)\""],
5238
"datasourceTemplate": "docker",
5339
"versioningTemplate": "docker"
5440
}
5541
],
5642
"packageRules": [
5743
{
58-
"matchManagers": [
59-
"nuget",
60-
"custom.regex"
61-
],
62-
"labels": [
63-
"dependency:nuget"
64-
],
44+
"matchManagers": ["nuget", "custom.regex"],
45+
"labels": ["dependency:nuget"],
6546
"semanticCommits": "enabled",
6647
"semanticCommitType": "chore",
6748
"semanticCommitScope": "deps",
68-
"assignees": [
69-
"samtrion"
70-
]
49+
"assignees": ["samtrion"]
7150
},
7251
{
73-
"matchManagers": [
74-
"github-actions"
75-
],
76-
"labels": [
77-
"dependency:actions"
78-
],
52+
"matchManagers": ["github-actions"],
53+
"labels": ["dependency:actions"],
7954
"automerge": true,
8055
"semanticCommits": "enabled",
8156
"semanticCommitType": "chore",
8257
"semanticCommitScope": "ci",
83-
"assignees": [
84-
"samtrion"
85-
]
58+
"assignees": ["samtrion"]
8659
},
8760
{
88-
"matchDatasources": [
89-
"docker",
90-
"custom.regex"
91-
],
92-
"labels": [
93-
"dependency:docker"
94-
],
61+
"matchDatasources": ["docker", "custom.regex"],
62+
"labels": ["dependency:docker"],
9563
"semanticCommits": "enabled",
9664
"semanticCommitType": "chore",
9765
"semanticCommitScope": "docker",
98-
"assignees": [
99-
"samtrion"
100-
],
66+
"assignees": ["samtrion"],
10167
"versioning": "loose"
10268
},
10369
{
10470
"groupName": "Testcontainers packages",
10571
"groupSlug": "testcontainers-packages",
106-
"matchManagers": [
107-
"nuget",
108-
"custom.regex"
109-
],
110-
"matchPackageNames": [
111-
"Testcontainers",
112-
"Testcontainers.*"
113-
]
72+
"matchManagers": ["nuget", "custom.regex"],
73+
"matchPackageNames": ["Testcontainers", "Testcontainers.*"]
11474
},
11575
{
11676
"groupName": "TUnit packages",
11777
"groupSlug": "tunit-packages",
118-
"matchManagers": [
119-
"nuget",
120-
"custom.regex"
121-
],
122-
"matchPackageNames": [
123-
"TUnit",
124-
"TUnit.*"
125-
]
78+
"matchManagers": ["nuget", "custom.regex"],
79+
"matchPackageNames": ["TUnit", "TUnit.*"]
80+
},
81+
{
82+
"groupName": "XUnit.V3 packages",
83+
"groupSlug": "xunit-v3-packages",
84+
"matchManagers": ["nuget", "custom.regex"],
85+
"matchPackageNames": ["XUnit.V3", "XUnit.V3.*"]
12686
},
12787
{
12888
"groupName": "Microsoft Entity Framework",
12989
"groupSlug": "microsoft-entity-framework",
130-
"matchManagers": [
131-
"nuget",
132-
"custom.regex"
133-
],
134-
"matchPackageNames": [
135-
"Microsoft.EntityFrameworkCore",
136-
"Microsoft.EntityFrameworkCore.*"
137-
]
90+
"matchManagers": ["nuget", "custom.regex"],
91+
"matchPackageNames": ["Microsoft.EntityFrameworkCore", "Microsoft.EntityFrameworkCore.*"]
13892
}
13993
]
14094
}

0 commit comments

Comments
 (0)