From 50246d5666d22761ddc1119e0dc010eedab87bfb Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Mon, 28 Mar 2022 15:39:51 +0200 Subject: [PATCH] Avoid dependabot spam. --- .github/dependabot.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6d39e7e..f12985f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,13 +3,11 @@ updates: - package-ecosystem: maven directory: / schedule: - interval: daily - open-pull-requests-limit: 1 - rebase-strategy: auto + interval: monthly ignore: - dependency-name: ch.qos.logback:logback-classic update-types: ["version-update:semver-major", "version-update:semver-minor"] - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: monthly