From 0b404a7148589c251360eaa2d695ef910ea9a9e8 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Wed, 7 Aug 2024 07:58:19 -0600 Subject: [PATCH] Reduce Dependabot checks to weekly --- .github/dependabot.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c58c1c2..cbce4a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -47,40 +47,40 @@ updates: registries: - gradle-plugin-portal schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "gradle" directory: ".github/workflow-samples/groovy-dsl" registries: - gradle-plugin-portal schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "gradle" directory: ".github/workflow-samples/java-toolchain" registries: - gradle-plugin-portal schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "gradle" directory: ".github/workflow-samples/kotlin-dsl" registries: - gradle-plugin-portal schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "gradle" directory: ".github/workflow-samples/no-wrapper" registries: - gradle-plugin-portal schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "gradle" directory: ".github/workflow-samples/no-wrapper-gradle-5" registries: - gradle-plugin-portal schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "gradle" directory: "sources/test/init-scripts" registries: - gradle-plugin-portal schedule: - interval: "daily" + interval: "weekly"