summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-06-25 16:07:52 +0200
committerGitHub <noreply@github.com>2024-06-25 16:07:52 +0200
commit565809febaa1b2475245f400e53d6f86b80ff630 (patch)
tree301bed49be9c06859052d28156d4ad25ceddbb50 /.github
parenteed6216d55ca69784b78214de00286d6055be704 (diff)
parent9c50516076d7b73e390b0dca8db1de82efa88be7 (diff)
downloadnextcloud-server-565809febaa1b2475245f400e53d6f86b80ff630.tar.gz
nextcloud-server-565809febaa1b2475245f400e53d6f86b80ff630.zip
Merge pull request #46104 from nextcloud/build/depependabot
build(deps): disable dependabot for EOL 27
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml41
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: