From 1b646a8e2cd80818629c609aff2951d712949372 Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Mon, 17 Jul 2023 11:54:30 +0200 Subject: [PATCH] Remove stable24 from dependabot.yml since it's EOL by now Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- .github/dependabot.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7b22c323..0a69ac930 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -81,19 +81,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: stable24 - open-pull-requests-limit: 10 - labels: - - 3. to review - - dependencies - ignore: - # ignore all GitHub linguist patch updates - - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor"]