diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cb6d50818..acec9a91b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -54,19 +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: stable28 - labels: - - "3. to review" - - "dependencies" - ignore: - # ignore all GitHub linguist patch updates - - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor"]