From 719eefd4ec1b099333ac08692fffd73bdcff7910 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 08:29:57 +0000 Subject: [PATCH] chore: sync Dependabot configuration Synchronize organization Dependabot configuration. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/dependabot.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e21df72..2f742ce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,18 +2,28 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/*" schedule: - interval: "monthly" + interval: monthly groups: github-actions: patterns: - "*" + - package-ecosystem: "docker" + schedule: + interval: monthly + directory: "/" + groups: + docker: + patterns: ["*"] + - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + interval: weekly open-pull-requests-limit: 0 groups: go-security: