Files
nextcloud-spreed/.github/dependabot.yml
Joas Schilling 71f720ddd0 ci: Fix dependabot
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-03-17 22:52:32 +01:00

157 lines
3.4 KiB
YAML

version: 2
updates:
# Composer: Code-Dependencies
- package-ecosystem: composer
directory: "/"
commit-message:
prefix: "build"
include: "scope"
versioning-strategy: "increase"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Berlin
- package-ecosystem: composer
target-branch: stable31
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
- 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
- package-ecosystem: composer
target-branch: stable29
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
# Composer: Tooling
- package-ecosystem: composer
directories:
- "/tests/integration"
- "/vendor-bin/csfixer"
- "/vendor-bin/mozart"
- "/vendor-bin/openapi-extractor"
- "/vendor-bin/phpunit"
- "/vendor-bin/psalm"
- "/vendor-bin/rector"
commit-message:
prefix: "ci"
include: "scope"
versioning-strategy: "increase"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Berlin
# GitHub Actions
- package-ecosystem: "github-actions"
directory: ".github/workflows"
commit-message:
prefix: "ci"
include: "scope"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Berlin
# NPM: Code-Dependencies
- package-ecosystem: npm
directory: "/"
commit-message:
prefix: "build"
include: "scope"
versioning-strategy: "increase"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Berlin
- package-ecosystem: npm
target-branch: stable31
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"]
- 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"]
- package-ecosystem: npm
target-branch: stable29
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"]