WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e394222

Browse files
committed
feat: update Renovate configuration for username and gitAuthor, and refine package exclusion rules
1 parent 0d3c384 commit e394222

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

.github/renovate.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
22
"branchPrefix": "renovate/",
3-
"username": "thiagolunardi",
4-
"gitAuthor": "Thiago Lunardi <[email protected]>",
3+
"username": "renovate-release",
4+
"gitAuthor": "Renovate Bot <[email protected]>",
55
"platform": "github",
66
"onboarding": false,
77
"requireConfig": "optional",
88
"forkProcessing": "enabled",
9-
"repositories": [
10-
"desenvolvedor-io/dev-store"
11-
],
129
"enabledManagers": [
1310
"nuget"
1411
],
@@ -23,22 +20,21 @@
2320
"Microsoft.*",
2421
"System.*"
2522
],
26-
"dependencyDashboardApproval": false,
27-
"minimumReleaseAge": "2 days"
28-
},
23+
"groupName": "Microsoft NuGet Packages",
24+
"minimumReleaseAge": "7 days"
25+
},
2926
{
3027
"description": "External packages",
3128
"matchManagers": [
3229
"nuget"
3330
],
34-
"matchPackageNames": [
35-
"!AspNetCore.*",
36-
"!Microsoft.*",
37-
"!System.*"
31+
"excludePackageNames": [
32+
"AspNetCore.*",
33+
"Microsoft.*",
34+
"System.*"
3835
],
39-
"dependencyDashboardApproval": false,
36+
"groupName": "External NuGet Packages",
4037
"minimumReleaseAge": "7 days"
4138
}
42-
4339
]
4440
}

0 commit comments

Comments
 (0)