From b49074a4906fb18a08bd82b637c5aeda40917c64 Mon Sep 17 00:00:00 2001 From: alexandreferris Date: Tue, 14 Jul 2026 10:45:13 +0200 Subject: [PATCH 1/2] chore: Update dependabot interval #WPB-26814 --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2921bf1..7f0b9ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,10 +9,10 @@ updates: - package-ecosystem: "gradle" directory: "/" schedule: - interval: "weekly" + interval: "monthly" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" From b6e9e598f32d1f1f062028f81d24f4b29b33f17a Mon Sep 17 00:00:00 2001 From: alexandreferris Date: Tue, 14 Jul 2026 11:15:29 +0200 Subject: [PATCH 2/2] chore: Update dependabot interval #WPB-26814 * Add cooldown period --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7f0b9ad..837184b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,9 +10,13 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7