diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-06-25 15:15:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 15:15:18 +0200 |
commit | 9c50516076d7b73e390b0dca8db1de82efa88be7 (patch) | |
tree | 301bed49be9c06859052d28156d4ad25ceddbb50 /.github/dependabot.yml | |
parent | eed6216d55ca69784b78214de00286d6055be704 (diff) | |
download | nextcloud-server-9c50516076d7b73e390b0dca8db1de82efa88be7.tar.gz nextcloud-server-9c50516076d7b73e390b0dca8db1de82efa88be7.zip |
build(deps): disable dependabot for EOL 27
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 41 |
1 files changed, 0 insertions, 41 deletions
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: |