From 24f61040796d8778b74d49d3a7512a916c4d5a1b Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 14 Oct 2025 08:08:26 +0200 Subject: [PATCH 1/2] chore: grouping grpc dependencies in same dependabot bump --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: "/" From 45c661db510e73f79110230ec060c232f4201a96 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:09:11 +0000 Subject: [PATCH 2/2] chore: adding changelog file 57.miscellaneous.md [dependabot-skip] --- doc/source/changelog/57.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/57.miscellaneous.md 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