mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-07-26 10:08:40 +00:00
19 lines
372 B
YAML
19 lines
372 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: 'npm'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|
|
groups:
|
|
angular:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- '@angular*'
|
|
update-types:
|
|
- 'minor'
|
|
- 'patch'
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|