mirror of
https://github.com/gadgethd/ukmesh.git
synced 2026-09-01 17:08:17 +00:00
* fix: unblock fresh database migrations (#44) * fix: remove retired CI components (#48) * fix: restore frontend CI and RF control (#49) --------- Co-authored-by: gadgethd <111318106+gadgethd@users.noreply.github.com>
46 lines
966 B
YAML
46 lines
966 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: /backend
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
backend-dependencies:
|
|
patterns: ['*']
|
|
- package-ecosystem: npm
|
|
directory: /frontend
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
frontend-dependencies:
|
|
patterns: ['*']
|
|
- package-ecosystem: npm
|
|
directory: /scripts
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
scripts-dependencies:
|
|
patterns: ['*']
|
|
- package-ecosystem: pip
|
|
directory: /viewshed-worker
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
rf-worker-dependencies:
|
|
patterns: ['*']
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: docker
|
|
directory: /viewshed-worker
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
actions:
|
|
patterns: ['*']
|