diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e557ad2..92e87e8 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,16 +4,20 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "ci" groups: github-actions: patterns: - "*" - - package-ecosystem: "npm" + - package-ecosystem: "bun" directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "chore(deps)" groups: - npm: + bun: patterns: - "*"