From e9e9a94009366c800d3c7ff9026033e2f2a45758 Mon Sep 17 00:00:00 2001 From: mini2024 Date: Sun, 23 Mar 2025 19:34:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=89=80=E6=9C=89?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E5=9C=A8=E6=89=A7=E8=A1=8C=E6=97=B6=E5=A7=8B?= =?UTF-8?q?=E7=BB=88=E8=BF=90=E8=A1=8C=EF=BC=9B=E8=B0=83=E6=95=B4=20ESLint?= =?UTF-8?q?=20=E5=92=8C=20unplugin=20=E5=8C=85=E7=BB=84=E7=9A=84=E5=8C=B9?= =?UTF-8?q?=E9=85=8D=E8=A7=84=E5=88=99=E4=B8=BA=20matchPackageNames?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/检查配置.yaml | 5 +++++ default.json5 | 14 ++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/workflows/检查配置.yaml b/.github/workflows/检查配置.yaml index 6b39e09..97df443 100644 --- a/.github/workflows/检查配置.yaml +++ b/.github/workflows/检查配置.yaml @@ -9,7 +9,12 @@ jobs: steps: - uses: yanhao98/composite-actions/setup-node-environment@main - run: pnpm renovate-config-validator + if: always() - run: pnpm run validator + if: always() - run: pnpm run validator:strict + if: always() - run: npx renovate --platform=local + if: always() - run: pnpm run dry-run:npx + if: always() diff --git a/default.json5 b/default.json5 index fb85f5a..02709b6 100644 --- a/default.json5 +++ b/default.json5 @@ -46,11 +46,11 @@ // https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b { "groupName": "ESLint dependencies", "groupSlug": "eslint", - "matchPackagePatterns": [ - "^eslint", - "^@eslint", - "eslint-plugin-*", - "eslint-config-*" + "matchPackageNames": [ + "/^eslint/", + "/^@eslint/", + "/^eslint-plugin-/", + "/^eslint-config-/" ] // "schedule": ["before 4am on Monday"], // "automerge": true @@ -60,7 +60,9 @@ { "groupName": "unplugin packages", "description": "Group all unplugin-related dependencies", - "matchPackagePatterns": ["^unplugin-"] + "matchPackageNames": [ + "/^unplugin-/" + ] // "schedule": ["before 4am on Monday"] // "automerge": true, // "automergeType": "branch"