From 0f8bffb1e8d0204494a9a0b146b84123f32fa0fe Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Fri, 5 Jan 2024 16:57:56 +0000 Subject: [PATCH] allow major version updates in npm --- .github/dependabot.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 112954a281..f5e08f4245 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: directory: "/web" schedule: interval: "daily" - time: "16:55" + time: "17:00" labels: - "dependabot" - "javascript" @@ -17,9 +17,6 @@ updates: update-types: - "patch" - "minor" - ignore: - - update-types: - - "version-update:semver-major" ## Go mod