diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-10-01 10:28:29 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-10-02 10:52:17 +0000 |
| commit | a4c7fd368e7fe673bf42e15a0e70be5d60df195e (patch) | |
| tree | 71a14ca6d41ed84c5cb7ea34bdbafca0d9253f95 /.github | |
| parent | 02f9582a0f9c1ee913b11f71fda5b5698fc3fa2c (diff) | |
dependabot.yml: group easy to update dependencies
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cb3767c8..f203c455a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,11 @@ updates: prefix: "mod:" assignees: - "tarasmadan" + groups: + stable-enough: + patterns: + - "*" + exclude-patterns: + - "mockery" + - "golangci-lint" + - "appengine" |
