aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-11-06 09:37:17 +0100
committerTaras Madan <tarasmadan@google.com>2024-11-06 08:51:32 +0000
commita390d78d66b838608cb20a63820ed6213c14c750 (patch)
tree2e3ba4524f5bf02e6d65d52a5cc01148a180a54a
parent3a4654820e658eac4775498511ddef4f1019ed67 (diff)
dependabot.yml: revert changes, don't use groups
For some reason dependabot doesn't create PRs for group updates. We have a tracking issue for it. Let's disable grouping for now.
-rw-r--r--.github/dependabot.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6d9964e0c..9cb3767c8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -15,11 +15,3 @@ updates:
prefix: "mod:"
assignees:
- "tarasmadan"
- groups:
- stable-enough:
- patterns:
- - "*"
- exclude-patterns:
- - "mockery"
- - "golangci"
- - "appengine"