Skip to content

Commit f586d52

Browse files
Group golang dependabot updates (#2613)
This should reduce some CI pressure, at the risk of increasing the PR size under review. For PRs that update graphql/atlas/any library that then requires changing generated code, we would need to run `make generate` on top of the large diff. But, even this should be less frequent now, since instead of having to do this for 1 PR that changes gql and 1 PR that changes atlas we can do both in the same PR. If the diff size becomes too large we could exclude these, just like we do with the golang/x ones. Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 5d70cb1 commit f586d52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ updates:
55
directory: "/"
66
schedule:
77
interval: weekly
8+
groups:
9+
gomod:
10+
patterns:
11+
- "*"
12+
exclude-patterns:
13+
- "golang.org/x/*"
14+
golang-x:
15+
patterns:
16+
- "golang.org/x/*"
817

918
# Maintain dependencies for GitHub Actions.
1019
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)