From d06adf91a3237ca08147a39a2ca7701d89f810ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 8 Aug 2024 09:56:07 +0200 Subject: [PATCH] chore: stable27 is EOL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .github/dependabot.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fc7ca362a..863e01c7a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -54,20 +54,3 @@ updates: # ignore all GitHub linguist patch updates - dependency-name: "*" update-types: ["version-update:semver-major", "version-update:semver-minor"] - -- package-ecosystem: npm - directory: "/" - schedule: - interval: weekly - day: saturday - time: "03:00" - timezone: Europe/Paris - target-branch: stable27 - labels: - - "3. to review" - - "dependencies" - ignore: - # ignore all GitHub linguist patch updates - - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor"] -