From 9c4c14d0bad3420a6f4bc8e29922e2c7b9ccbad4 Mon Sep 17 00:00:00 2001 From: Patrice De Saint Steban Date: Mon, 1 Jul 2024 18:24:18 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f6b0d11..0656afe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,12 +6,12 @@ updates: # Maintain dependencies for Gradle dependencies - package-ecosystem: "gradle" directory: "/" - target-branch: "next" + target-branch: "master" schedule: - interval: "daily" + interval: "weekly" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" - target-branch: "next" + target-branch: "master" schedule: - interval: "daily" \ No newline at end of file + interval: "weekly"