Skip to content

Commit 2108d2e

Browse files
committed
Add AppCoreNet.Shared monorepo to renovate config.
1 parent 64c7254 commit 2108d2e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"groupName": "AppCoreNet.Shared",
9+
"matchSourceUrls": [
10+
"https://github.com/AppCoreNet/Shared"
11+
]
12+
}
513
]
6-
}
14+
}

0 commit comments

Comments
 (0)