Browse Source
Merge pull request #46104 from nextcloud/build/depependabot
build(deps): disable dependabot for EOL 27
pull/46111/head
Joas Schilling
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
41 deletions
-
.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: |
|
|
|
|