mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
Remove stable30 from dependabot
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
This commit is contained in:
parent
3eb4ab870f
commit
b19c362c8b
1 changed files with 0 additions and 39 deletions
39
.github/dependabot.yml
vendored
39
.github/dependabot.yml
vendored
|
|
@ -51,24 +51,6 @@ updates:
|
||||||
cooldown:
|
cooldown:
|
||||||
default-days: 4
|
default-days: 4
|
||||||
|
|
||||||
- package-ecosystem: composer
|
|
||||||
target-branch: stable30
|
|
||||||
directory: "/"
|
|
||||||
commit-message:
|
|
||||||
prefix: "build"
|
|
||||||
include: "scope"
|
|
||||||
versioning-strategy: "increase"
|
|
||||||
ignore:
|
|
||||||
- dependency-name: "*"
|
|
||||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
day: saturday
|
|
||||||
time: "03:00"
|
|
||||||
timezone: Europe/Berlin
|
|
||||||
cooldown:
|
|
||||||
default-days: 4
|
|
||||||
|
|
||||||
# Composer: Tooling
|
# Composer: Tooling
|
||||||
- package-ecosystem: composer
|
- package-ecosystem: composer
|
||||||
directories:
|
directories:
|
||||||
|
|
@ -161,24 +143,3 @@ updates:
|
||||||
default-days: 4
|
default-days: 4
|
||||||
exclude:
|
exclude:
|
||||||
- "@nextcloud/*"
|
- "@nextcloud/*"
|
||||||
|
|
||||||
- package-ecosystem: npm
|
|
||||||
target-branch: stable30
|
|
||||||
directory: "/"
|
|
||||||
commit-message:
|
|
||||||
prefix: "build"
|
|
||||||
include: "scope"
|
|
||||||
versioning-strategy: "increase"
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
day: saturday
|
|
||||||
time: "03:00"
|
|
||||||
timezone: Europe/Berlin
|
|
||||||
ignore:
|
|
||||||
- dependency-name: "*"
|
|
||||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
|
||||||
cooldown:
|
|
||||||
default-days: 4
|
|
||||||
exclude:
|
|
||||||
- "@nextcloud/*"
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue