diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16abc182..229434e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,8 @@ updates: schedule: interval: "weekly" commit-message: - prefix: ":arrow_up:" + prefix: build + include: scope - package-ecosystem: "pip" directory: "/" @@ -19,4 +20,5 @@ updates: allow: - dependency-type: "all" commit-message: - prefix: ":arrow_up:" + prefix: build + include: scope