Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 17 additions & 27 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
version: 2
updates:
- package-ecosystem: composer
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
day: sunday
time: "06:00"
timezone: Europe/Paris
labels:
- "3. to review"
- "dependencies"

- package-ecosystem: npm
directory: "/"
- package-ecosystem: composer
versioning-strategy: increase
directories:
- "/"
- "/vendor-bin/cs-fixer"
- "/vendor-bin/phpunit"
- "/vendor-bin/psalm"
schedule:
interval: weekly
day: saturday
Expand All @@ -22,59 +24,47 @@ updates:
- "3. to review"
- "dependencies"

# Main stableXX npm
- package-ecosystem: npm
versioning-strategy: increase
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable31
labels:
- "3. to review"
- "dependencies"
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

# Main stableXX npm
- package-ecosystem: npm
target-branch: stable31
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable30
labels:
- "3. to review"
- "dependencies"
ignore:
# ignore all GitHub linguist patch updates
# do not do breaking changes on stable branches
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
update-types: ["version-update:semver-major"]

- package-ecosystem: npm
target-branch: stable30
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable29
labels:
- "3. to review"
- "dependencies"
ignore:
# ignore all GitHub linguist patch updates
# only do patch releases on old stable
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: sunday
time: "09:00"
timezone: Europe/Paris
Loading