Skip to content

Commit

Permalink
chore(deps): target-branch change to feature and ignore ahooks upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Feb 18, 2024
1 parent 161293c commit 962d984
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ 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"
ignore:
- 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"

0 comments on commit 962d984

Please sign in to comment.