From 5650de06274b9953af691dc4f8854ded572ce998 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 8 Aug 2024 06:25:52 +0200 Subject: [PATCH] chore: dependabot shouldn't update major versions --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 635e46214..d6c20a6bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,9 @@ updates: - "/docker" schedule: interval: daily + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] open-pull-requests-limit: 10 - package-ecosystem: pip