From af8c27fdcf6b5b4ec438e3c12665036fe2f92eb4 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Wed, 4 Dec 2024 14:27:06 -0500 Subject: [PATCH] chore(ci): change some dependabot schedules to weekly (#21930) * chore(ci): change 'cargo' and 'github-actions' dependabot schedule (weekly) * daily vrl updates * revert vrl changes --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a8092f775b308..a69c5aaf4d8e6e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "daily" + interval: "weekly" time: "04:00" # UTC labels: - "domain: deps" @@ -84,7 +84,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" labels: - "domain: ci" - "no-changelog"