diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc5485b..8ca11d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,11 +2,25 @@ version: 2 updates: - package-ecosystem: gomod directory: / + groups: + all-go-deps: + patterns: + - "*" schedule: interval: daily + commit-message: + prefix: ":seedling:" + include: "scope" - package-ecosystem: github-actions directory: / + groups: + all-gha-deps: + patterns: + - "*" schedule: interval: daily + commit-message: + prefix: ":seedling:" + include: "scope"