From ae329c54113c42a68bb5f0475a7919928f0cc06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Tue, 4 Feb 2025 21:15:49 +0100 Subject: [PATCH] Update .github/workflows/dependabot.yml Co-authored-by: Sebastian Beltran --- .github/workflows/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index b3035e128a..42bb0e99fa 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -11,4 +11,7 @@ updates: interval: weekly time: "23:00" timezone: Europe/London - open-pull-requests-limit: 10 \ No newline at end of file + open-pull-requests-limit: 10 + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] \ No newline at end of file