diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d57fc2..4e5bd88 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,34 @@ updates: directory: "/" schedule: interval: "monthly" + commit-message: + prefix: "chore(deps)" + include: "scope" + groups: + minor-and-patch: + patterns: ["*"] + update-types: ["minor", "patch"] - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" + commit-message: + prefix: "chore(deps)" + include: "scope" + groups: + minor-and-patch: + patterns: ["*"] + update-types: ["minor", "patch"] - package-ecosystem: "docker" directory: "/" schedule: interval: "monthly" + commit-message: + prefix: "chore(deps)" + include: "scope" + groups: + minor-and-patch: + patterns: ["*"] + update-types: ["minor", "patch"]