mirror of
https://gh.wpcy.net/https://github.com/SilverAssist/wp-github-updater.git
synced 2026-05-28 18:53:57 +08:00
50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
version: 2
|
|
updates:
|
|
# Composer dependency updates
|
|
- package-ecosystem: "composer"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "09:00"
|
|
timezone: "America/Mexico_City"
|
|
labels:
|
|
- "dependencies"
|
|
- "composer"
|
|
- "automated"
|
|
open-pull-requests-limit: 10
|
|
# Ignore PHPUnit major version updates
|
|
# Keep at 9.x for WordPress compatibility
|
|
ignore:
|
|
- dependency-name: "phpunit/phpunit"
|
|
update-types: ["version-update:semver-major"]
|
|
groups:
|
|
composer-updates:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
|
|
# GitHub Actions dependency updates
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "09:00"
|
|
timezone: "America/Mexico_City"
|
|
labels:
|
|
- "dependencies"
|
|
- "github-actions"
|
|
- "automated"
|
|
open-pull-requests-limit: 10
|
|
|
|
# Group all GitHub Actions updates together
|
|
groups:
|
|
github-actions-updates:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|