Browse Source

chore: update renovate config

Bruce Wayne 5 tháng trước cách đây
mục cha
commit
5158a8bde2
2 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 2 1
      .github/renovate.json
  2. 3 1
      .github/workflows/CI.yaml

+ 2 - 1
.github/renovate.json

@@ -5,7 +5,8 @@
 	],
 	"dependencyDashboard": false,
 	"extends": [
-		"config:base",
+		"config:recommended",
+		":configMigration",
 		":automergeBranch",
 		":automergeDigest",
 		":automergeMinor",

+ 3 - 1
.github/workflows/CI.yaml

@@ -1,5 +1,7 @@
 name: CI
-on: [push, pull_request, workflow_dispatch]
+on: 
+  - push
+  - pull_request
 env:
   ProjectName: ${{ github.event.repository.name }}
   NET_TFM: net8.0-windows10.0.22621.0