From 6c91bc664b08e80b3cffc0cf9039334b00bed085 Mon Sep 17 00:00:00 2001 From: Radek Antoniuk <521838+rantoniuk@users.noreply.github.com> Date: Wed, 31 May 2023 23:44:01 +0200 Subject: [PATCH] switch to monthly dependabot updates --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2583da0e9..3eaeb258e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "weekly" + interval: "monthly" ignore: # we don't want to automatically bump core - dependency-name: "org.jenkins-ci.main:jenkins-core" @@ -13,4 +13,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly"