From 184390f4f2cde0316801eb701f49dda4f7a9a6ac Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Fri, 26 Jul 2024 09:45:47 +0300 Subject: [PATCH] Update dependabot.yml to bump group updates (#12572) Co-authored-by: Pradyun Gedam --- .github/dependabot.yml | 4 ++++ news/12572.trivial.rst | 1 + 2 files changed, 5 insertions(+) create mode 100644 news/12572.trivial.rst diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ac6b8c4984..2390d8c809e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + github-actions: + patterns: + - "*" diff --git a/news/12572.trivial.rst b/news/12572.trivial.rst new file mode 100644 index 00000000000..f50b78a217c --- /dev/null +++ b/news/12572.trivial.rst @@ -0,0 +1 @@ +Add ``groups`` in dependabot.yml to bump group updates