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