From 6b5d6c53339093c6bd17aa7f7c6c7b71138e7500 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:54:40 +0000 Subject: [PATCH] dependabot.yml: update to match main configuration --- .github/dependabot.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e99baf8786..70a2ebfeab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,27 @@ updates: default-days: 1 include: - "*" +- package-ecosystem: bundler + directories: + - "/Library/Homebrew" + schedule: + interval: weekly + day: friday + time: '08:00' + timezone: Etc/UTC + allow: + - dependency-type: all + groups: + dependabot: + patterns: + - "*" + cooldown: + default-days: 1 + semver-major-days: 14 + semver-minor-days: 7 + semver-patch-days: 1 + include: + - "*" - package-ecosystem: docker directory: "/" schedule: @@ -49,4 +70,25 @@ updates: default-days: 1 include: - "*" +- package-ecosystem: pip + directories: + - "/Library/Homebrew/formula-analytics/" + schedule: + interval: weekly + day: friday + time: '08:00' + timezone: Etc/UTC + allow: + - dependency-type: all + groups: + dependabot: + patterns: + - "*" + cooldown: + default-days: 1 + semver-major-days: 14 + semver-minor-days: 7 + semver-patch-days: 1 + include: + - "*"