diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f781f15..c00748e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,10 +2,24 @@ 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"