Files
ukmesh/.github/dependabot.yml
T
gadgethd 93cc3e1b38 Expand network intelligence and harden operations (#9)
Consolidates the stacked backend, privacy, network-intelligence, frontend, operations, mobile, and owner-cache changes after resolving main conflicts and passing the full CI suite.
2026-07-23 20:50:47 +01:00

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: ['*']