diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a3b72a5..c9e1dff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,7 @@ updates: interval: "daily" open-pull-requests-limit: 20 commit-message: - prefix: "build" \ No newline at end of file + prefix: "build" + labels: + - "a:chore" + - "in:dependencies" \ No newline at end of file