diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c77d007..a644d7f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,13 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly" + commit-message: + prefix: "chore(deps):" + labels: + - "dependencies" +