From f24227585fc122828b8e132c09e7f9c3530b4300 Mon Sep 17 00:00:00 2001 From: Sergey Vilgelm Date: Tue, 26 May 2026 07:23:00 -0700 Subject: [PATCH] Add Dependabot config Weekly grouped updates with a 7-day cooldown for the github-actions and docker ecosystems. Assisted-By: Claude Opus 4.7 (1M context) Signed-off-by: Sergey Vilgelm --- .github/dependabot.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..e9f7e7f --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,23 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + ci: + patterns: + - "*" + cooldown: + default-days: 7 + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + groups: + docker: + patterns: + - "*" + cooldown: + default-days: 7