From 2d80298aa2144184fbe99f62683b5bc632bf6f05 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Thu, 19 Oct 2023 19:24:58 +0200 Subject: [PATCH] Dependabot: Ignoring all major updates. (#241) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a6927f..967a850 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,12 @@ updates: directory: / schedule: interval: weekly + open-pull-requests-limit: 10 - package-ecosystem: pip # See documentation for possible values directory: / # Location of package manifests schedule: interval: weekly + open-pull-requests-limit: 5 + ignore: + - dependency-name: '*' + update-types: ["version-update:semver-major"]