Skip to content

Commit 112685f

Browse files
committed
chore(template): sync with dailydevops/template-dotnet [skip ci]
1 parent 9e7f035 commit 112685f

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

renovate.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44
"config:best-practices",
55
":disableDependencyDashboard",
66
":automergeMinor",
7-
":automergePatch",
87
":rebaseStalePrs"
98
],
109
"ignorePresets": ["group:monorepos"],
11-
"automergeType": "pr",
1210
"automergeStrategy": "squash",
11+
"assignees": ["samtrion"],
12+
"semanticCommits": "enabled",
13+
"semanticCommitType": "chore",
14+
"osvVulnerabilityAlerts": true,
15+
"vulnerabilityAlerts": {
16+
"prPriority": 20
17+
},
1318
"enabledManagers": ["custom.regex", "dockerfile", "github-actions", "nuget"],
1419
"ignorePaths": [
1520
"**/node_modules/**",
@@ -34,29 +39,26 @@
3439
"matchManagers": ["nuget"],
3540
"prPriority": 5,
3641
"labels": ["dependency:nuget"],
37-
"semanticCommits": "enabled",
38-
"semanticCommitType": "chore",
3942
"semanticCommitScope": "deps",
40-
"assignees": ["samtrion"]
43+
"minimumReleaseAge": "1 day"
44+
},
45+
{
46+
"matchManagers": ["nuget"],
47+
"matchPackageNames": ["NetEvolve", "NetEvolve.*"],
48+
"minimumReleaseAge": null
4149
},
4250
{
4351
"matchManagers": ["github-actions"],
4452
"prPriority": 10,
4553
"labels": ["dependency:actions"],
4654
"automerge": true,
47-
"semanticCommits": "enabled",
48-
"semanticCommitType": "chore",
49-
"semanticCommitScope": "ci",
50-
"assignees": ["samtrion"]
55+
"semanticCommitScope": "ci"
5156
},
5257
{
5358
"matchDatasources": ["docker", "custom.regex"],
5459
"prPriority": -5,
5560
"labels": ["dependency:docker"],
56-
"semanticCommits": "enabled",
57-
"semanticCommitType": "chore",
5861
"semanticCommitScope": "docker",
59-
"assignees": ["samtrion"],
6062
"versioning": "loose"
6163
},
6264
{

0 commit comments

Comments
 (0)