diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c1e465..ddf3822 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,10 @@ updates: - "pyansys-ci-bot" commit-message: prefix: "build" + groups: + grpc-deps: + patterns: + - "grpc*" - package-ecosystem: "github-actions" directory: "/" diff --git a/doc/source/changelog/57.miscellaneous.md b/doc/source/changelog/57.miscellaneous.md new file mode 100644 index 0000000..279af65 --- /dev/null +++ b/doc/source/changelog/57.miscellaneous.md @@ -0,0 +1 @@ +Chore: grouping grpc dependencies in same dependabot bump