From: Yurii Motov <109919500+YuriiMotov@users.noreply.github.com> Date: Sun, 24 May 2026 11:06:37 +0000 (+0200) Subject: 👷 Configure Dependabot to group updates and update weekly (#15560) X-Git-Tag: 0.137.0~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fdc54edab2401824303ad5c2dee0407ba6a07d6;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Configure Dependabot to group updates and update weekly (#15560) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 918a98f511..95c9f07cb9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,26 +4,47 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" cooldown: default-days: 7 commit-message: prefix: ⬆ + labels: + - "internal" + - "dependencies" + - "github_actions" + groups: + github-actions: + patterns: + - "*" # Python - package-ecosystem: "uv" directory: "/" schedule: - interval: "daily" + interval: "weekly" cooldown: default-days: 7 commit-message: prefix: ⬆ + groups: + python-packages: + dependency-type: "development" + patterns: + - "*" # pre-commit - package-ecosystem: "pre-commit" directory: "/" schedule: - interval: "daily" + interval: "weekly" cooldown: default-days: 7 commit-message: prefix: ⬆ + labels: + - "internal" + - "dependencies" + - "pre-commit" + groups: + pre-commit: + patterns: + - "*"