Files
wehub-resource-sync 4ce4204b6c
CI / Lint (push) Failing after 2s
CI / Build (push) Has been skipped
SDK CI / PHP SDK (push) Failing after 1s
Split PHP SDK / PHP SDK tests (push) Failing after 1s
CI / Test (push) Failing after 1s
CI / Dashboard (push) Failing after 0s
SDK CI / JavaScript SDK (push) Failing after 0s
SDK CI / Python SDK (push) Failing after 2s
SDK CI / Java SDK (push) Failing after 1s
Split PHP SDK / Mirror sdk/php -> rmyndharis/openwa-php (push) Has been skipped
CI / Test (PostgreSQL migrations) (push) Failing after 7m47s
CI / Docker Build (push) Has been skipped
chore: import upstream snapshot with attribution
2026-07-13 12:24:08 +08:00

62 lines
1.4 KiB
YAML

version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
groups:
minor-and-patch:
update-types:
- minor
- patch
major:
update-types:
- major
labels:
- dependencies
ignore:
# Ignore major bumps for packages that need manual migration
# Uncomment specific packages below if you want to skip them entirely
# - dependency-name: "typescript"
# update-types: ["version-update:semver-major"]
- package-ecosystem: npm
directory: /dashboard
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 3
groups:
minor-and-patch:
update-types:
- minor
- patch
major:
update-types:
- major
labels:
- dependencies
- dashboard
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
labels:
- ci
# Base images (Dockerfile) + the compose stack's pinned images (socket-proxy, postgres,
# redis, minio). Keeps the security-critical docker-socket-proxy pin and the datastore
# images moving instead of drifting on a stale tag.
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 3
labels:
- dependencies
- docker