浏览代码

chore: update renovate config

Bruce Wayne 5 月之前
父节点
当前提交
54c4a6401e
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      .github/renovate.json

+ 5 - 5
.github/renovate.json

@@ -14,14 +14,14 @@
 	],
 	"packageRules": [
 		{
-			"matchPackagePrefixes": [
-				"Volo.Abp"
+			"matchSourceUrls": [
+				"https://github.com/abpframework/abp"
 			],
-			"groupName": "ABP"
+			"groupName": "abp"
 		},
 		{
-			"matchPackagePrefixes": [
-				"ReactiveUI"
+			"matchSourceUrls": [
+				"https://github.com/reactiveui/ReactiveUI"
 			],
 			"groupName": "ReactiveUI"
 		}