Skip to content

Commit

Permalink
build: add dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Oct 16, 2024
1 parent 6e41b8b commit 0e06110
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
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: 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/php-scoper"
commit-message:
prefix: "ci"
include: "scope"
versioning-strategy: "increase"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Berlin

0 comments on commit 0e06110

Please sign in to comment.