From b5f88cfc8fe84ce0f87f6caa200fc696053880d1 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Tue, 21 Feb 2023 10:37:26 +0100 Subject: [PATCH] bump dependabot schedule interval to monthly (#1372) --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0e0b793d..2dc81fc8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "npm" directory: "/grafana-plugin" schedule: - interval: "daily" + interval: "monthly" labels: - "pr:dependencies" - "pr:no changelog" @@ -12,7 +12,7 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: "monthly" labels: - "pr:dependencies" - "pr:no changelog" @@ -23,7 +23,7 @@ updates: # default location of `.github/workflows` directory: "/" schedule: - interval: "daily" + interval: "monthly" labels: - "pr:dependencies" - "pr:no changelog" @@ -32,7 +32,7 @@ updates: - package-ecosystem: "docker" directory: "/" schedule: - interval: "daily" + interval: "monthly" labels: - "pr:dependencies" - "pr:no changelog"