Skip to content

Commit 4565b83

Browse files
committed
feat: add repositories configuration for Renovate
1 parent 5283c55 commit 4565b83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"branchPrefix": "renovate/",
33
"username": "thiagolunardi",
4-
"gitAuthor": "Thiago Lunardi <thiago@thiagolunardi.net>",
4+
"gitAuthor": "Thiago Lunardi",
55
"platform": "github",
66
"onboarding": false,
77
"requireConfig": "optional",
88
"forkProcessing": "enabled",
9+
"repositories": [
10+
"desenvolvedor-io/dev-store"
11+
],
912
"enabledManagers": [
1013
"nuget"
1114
],

0 commit comments

Comments
 (0)