mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-02 03:57:36 +03:00
* build: new pipeline, new way to cross-compile and build docker images locally. (#3383) * build: use alternative repositories * build: fix * build: validate taglib downloads * build: control concurrency * build: validate xx version * build: remove taglib download validation as the version can be changed as an argument.
22 lines
No EOL
478 B
YAML
22 lines
No EOL
478 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/ui"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: gomod
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: docker
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: github-actions
|
|
directory: "/.github/workflows"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10 |