diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78ed4f3..c9846c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,16 +4,19 @@ updates: directory: "/" versioning-strategy: "increase-if-necessary" schedule: - interval: "weekly" + interval: "monthly" commit-message: prefix: "[composer] " + groups: + all: + patterns: ["*"] - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + commit-message: + prefix: "[actions] " groups: all-actions: patterns: [ "*" ] - commit-message: - prefix: "[actions] "