navidrome/.github/dependabot.yml
Deluan af1add4312 Revert "build: new pipeline, new way to cross-compile and build docker images locally. (#3383)"
This reverts commit b14c7906411b896f507181ac9e53c57b6920152a.
2024-10-14 18:52:02 -04:00

17 lines
361 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: "/.github/workflows"
schedule:
interval: weekly
open-pull-requests-limit: 10