From 9c50516076d7b73e390b0dca8db1de82efa88be7 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 25 Jun 2024 15:15:18 +0200 Subject: build(deps): disable dependabot for EOL 27 Signed-off-by: Arthur Schiwon --- .github/dependabot.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b84a2418606..792ef52f861 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -100,28 +100,6 @@ updates: - "3. to review" - "feature: dependencies" - -# Main stableXX npm -- package-ecosystem: npm - directory: "/" - schedule: - interval: weekly - day: saturday - time: "03:00" - timezone: Europe/Paris - target-branch: stable27 - labels: - - "3. to review" - - "feature: dependencies" - reviewers: - - "nextcloud/server-dependabot" - ignore: - # ignore all GitHub linguist patch updates - - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] - # Disable automatic rebasing because without a build CI will likely fail anyway - rebase-strategy: "disabled" - - package-ecosystem: npm directory: "/" schedule: @@ -162,25 +140,6 @@ updates: # Disable automatic rebasing because without a build CI will likely fail anyway rebase-strategy: "disabled" - # Testing StableXX composer -- package-ecosystem: composer - directory: "/build/integration" - schedule: - interval: weekly - day: saturday - time: "03:00" - timezone: Europe/Paris - target-branch: stable27 - labels: - - "3. to review" - - "feature: dependencies" - reviewers: - - "nextcloud/server-dependabot" - ignore: - # ignore all GitHub linguist patch updates - - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] - - package-ecosystem: composer directory: "/build/integration" schedule: -- cgit v1.2.3