mirror of
https://github.com/gadgethd/ukmesh.git
synced 2026-09-10 09:05:34 +00:00
Consolidates the stacked backend, privacy, network-intelligence, frontend, operations, mobile, and owner-cache changes after resolving main conflicts and passing the full CI suite.
24 lines
469 B
YAML
24 lines
469 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: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
actions:
|
|
patterns: ['*']
|