[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
0

Configure Feed

Select the types of activity you want to include in your feed.

Configure Dependabot for npm and docker updates

Updated package ecosystems for Dependabot to include npm and docker.

authored by

Matt Foxx and committed by
GitHub
(Mar 31, 2026, 3:59 PM EDT) 9e6319ee 6b5b3990

+19
+19
.github/dependabot.yml
··· 1 + # To get started with Dependabot version updates, you'll need to specify which 2 + # package ecosystems to update and where the package manifests are located. 3 + # Please see the documentation for all configuration options: 4 + # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file 5 + 6 + version: 2 7 + updates: 8 + - package-ecosystem: "npm" # See documentation for possible values 9 + directories: 10 + - "/" 11 + - "/docsite" 12 + schedule: 13 + interval: "weekly" 14 + - package-ecosystem: "docker" 15 + # Look for a `Dockerfile` in the `root` directory 16 + directory: "/" 17 + # Check for updates once a week 18 + schedule: 19 + interval: "weekly"