From 4e9a31e3490890f3ea56041592dcd4f3b6ab1b56 Mon Sep 17 00:00:00 2001 From: Thanh Nguyen Date: Wed, 27 Dec 2023 16:39:33 +1100 Subject: [PATCH] CI: fix dependency --- .github/dependabot.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index cb7c380..17d4fa7 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -14,7 +14,7 @@ updates: schedule: interval: "weekly" day: "sunday" - open-pull-requests-limit: 10 - ignore: - - dependency-name: "*" - update-types: ["version-update:semver-major"] # do not update to major version as it may contain breaking changes +# open-pull-requests-limit: 10 +# ignore: +# - dependency-name: "*" +# update-types: ["version-update:semver-major"] # do not update to major version as it may contain breaking changes