From 3614c5fb5ae8aab7ed3b60a2d788f0b452011866 Mon Sep 17 00:00:00 2001 From: andres-qd Date: Fri, 5 Jun 2026 17:23:01 -0500 Subject: [PATCH 1/2] chore: add Dependabot configuration --- .github/dependabot.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a80bf46 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,24 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + groups: + security-updates: + applies-to: security-updates + patterns: + - "*" + version-updates: + applies-to: version-updates + update-types: + - "minor" + - "patch" + patterns: + - "*" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 From 7f141749bb89c2314bb84efe37ea4f3ea9586939 Mon Sep 17 00:00:00 2001 From: andres-qd Date: Tue, 23 Jun 2026 05:16:34 -0500 Subject: [PATCH 2/2] chore: add dependabot cooldown configuration --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a80bf46..ea0626a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,8 +17,12 @@ updates: - "patch" patterns: - "*" + cooldown: + default-days: 7 - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" open-pull-requests-limit: 5 + cooldown: + default-days: 7