From 39061e310f7ef03a465e66353d4aaa12d2032312 Mon Sep 17 00:00:00 2001 From: andres-qd Date: Fri, 5 Jun 2026 18:41:56 -0500 Subject: [PATCH 1/2] chore: add Dependabot configuration --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d7c1e67 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +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: + - "*" From 13facaf47ad327dcfce8d3e8fc482b37f9aec4ed Mon Sep 17 00:00:00 2001 From: andres-qd Date: Tue, 23 Jun 2026 05:21:20 -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 d7c1e67..7e62039 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,3 +17,5 @@ updates: - "patch" patterns: - "*" + cooldown: + default-days: 7