/
/
/
1version: 2
2updates:
3 - package-ecosystem: "github-actions"
4 directory: "/"
5 schedule:
6 interval: daily
7 - package-ecosystem: "pip"
8 directory: "/"
9 schedule:
10 interval: weekly
11 groups:
12 # Batch bumps of the libraries we maintain ourselves into a single, easy-to-merge
13 # PR so they stay visible (these live in provider manifest.json files; the
14 # Sync manifests workflow back-propagates the bump into the owning manifest).
15 music-assistant-libs:
16 patterns:
17 - "PyChromecast"
18 - "aiosonos"
19 - "aioslimproto"
20 - "aiosendspin*"
21 - "hass-client"
22