From dcbc2aae413d4adeb29bb4f8168b6a9574aefda6 Mon Sep 17 00:00:00 2001 From: Rafael Soares <893971+rafasoares@users.noreply.github.com> Date: Tue, 21 May 2024 10:56:58 +0200 Subject: [PATCH] ci(dependabot): disable major updates (#28) Signed-off-by: Rafael Soares <893971+rafasoares@users.noreply.github.com> --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b1d040..fc2fe9e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"]