From c9ef73cc249db8870f622c9a6305cf9c044ab480 Mon Sep 17 00:00:00 2001 From: andres-qd Date: Fri, 5 Jun 2026 18:40:49 -0500 Subject: [PATCH 1/2] chore: add Dependabot configuration --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..22bbb8a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 From 4cedbe5aededfb4704990d460c869ebbaab76aed Mon Sep 17 00:00:00 2001 From: andres-qd Date: Tue, 23 Jun 2026 05:21:04 -0500 Subject: [PATCH 2/2] chore: add dependabot cooldown configuration --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 22bbb8a..eeda2e3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,5 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 5 + cooldown: + default-days: 7