From 962d984d3fb403f44d2af44707826a5a4282d784 Mon Sep 17 00:00:00 2001 From: dengfuping Date: Mon, 5 Feb 2024 17:35:30 +0800 Subject: [PATCH] chore(deps): target-branch change to feature and ignore ahooks upgrade --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7e3c1a39b..f3efd548b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values versioning-strategy: "increase" + target-branch: "feature" directory: "/" # Location of package manifests schedule: interval: "weekly" @@ -14,5 +15,7 @@ updates: - dependency-name: "@antv/g6" # execa latest 7.x works only in ES module - dependency-name: "execa" - # execa latest 5.x works only in ES module + # chalk latest 5.x works only in ES module - dependency-name: "chalk" + # ahooks latest 3.x need manual upgrade + - dependency-name: "ahooks"