From ee7ca0b46caafb2e03aaf0e6d9fb16f102ae0cf9 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Thu, 3 Apr 2025 22:10:22 +0400 Subject: [PATCH] Dependabot: group all updates to avoid multiple PRs noise (#293) * Dependabot: group all updates to avoid multiple PRs noise * Add CODEOWNERS --- .github/CODEOWNERS | 1 + .github/dependabot.yaml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..7b5fd11 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @edigaryev @fkorotkov diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index f1b219b..d8ec103 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + all-updates: + patterns: + - "*"