From 865995d8d1665c178c9c3177931c7f5fee5d6ce0 Mon Sep 17 00:00:00 2001 From: andres-qd Date: Fri, 5 Jun 2026 18:33:32 -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..5d1828d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,36 @@ +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: "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 e33485ecb2e6292263e99821171f492c604c79db Mon Sep 17 00:00:00 2001 From: andres-qd Date: Tue, 23 Jun 2026 05:20:14 -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 5d1828d..fcf556e 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