diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 85291cf..a45b60b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,23 @@ version: 2 updates: - - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + commit-message: + prefix: "chore: " + groups: + github_actions: + patterns: + - "*" - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "weekly" + commit-message: + prefix: "chore: " + groups: + go_dependencies: + patterns: + - "*"