Skip to content

Commit

Permalink
Merge pull request #477 from oceanbase/dengfuping-dependabot
Browse files Browse the repository at this point in the history
chore(dependabot): Specify target-branch, commit-message prefix and labels
  • Loading branch information
dengfuping authored Feb 18, 2024
2 parents 161293c + ecf944c commit 3d6d168
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ 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"
commit-message:
prefix: "[Feature Branch] "
labels:
- "dependencies"
- "Feature Branch"
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 3d6d168

Please sign in to comment.