From: Marcelo Trylesinski Date: Sat, 13 Jan 2024 01:00:31 +0000 (+0100) Subject: 🔧 Group dependencies on dependabot updates (#10952) X-Git-Tag: 0.109.1~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad1a464e73003feb8d5ae47f5d676faf353dd3e;p=thirdparty%2Ffastapi%2Ffastapi.git 🔧 Group dependencies on dependabot updates (#10952) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd972a0ba4..0a59adbd6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,10 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: "monthly" + groups: + python-packages: + patterns: + - "*" commit-message: prefix: ⬆