From 2d52f7c3c4288cb324158986b69dfac00456ed30 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Thu, 19 Sep 2024 11:24:25 -0500 Subject: [PATCH] ci: add native pr combiner --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 427010ca9..49f116bdd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,8 +2,12 @@ version: 2 updates: - package-ecosystem: pip directory: "/" + groups: + pip: + patterns: + - "*" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10 ignore: - dependency-name: docutils