From 98e4711ab4459d24d35b8c80d784f220b83a38b9 Mon Sep 17 00:00:00 2001 From: andres-qd Date: Fri, 5 Jun 2026 18:34:19 -0500 Subject: [PATCH 1/2] chore: add Dependabot configuration --- .github/dependabot.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c3521bc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,36 @@ +version: 2 +updates: + - package-ecosystem: "pip" + 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: "github-actions" + 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: + - "*" From 89a9ef14f317074efd13da3cf40b1403192604fd Mon Sep 17 00:00:00 2001 From: andres-qd Date: Tue, 23 Jun 2026 05:20:35 -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 c3521bc..6d13e41 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,8 @@ updates: - "patch" patterns: - "*" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: @@ -34,3 +36,5 @@ updates: - "patch" patterns: - "*" + cooldown: + default-days: 7