Files
music_library/.github/dependabot.yml
T
Claudio Ortolina af45205b3f Add dependabot npm config for s3-browser extension
The previous edit inserted the new npm ecosystem entry at the wrong
YAML indentation level, leaving /assets with an empty ignore list
and nesting the s3-browser entry incorrectly.

Fix: restore the live_toast ignore under /assets, and add
.pi/extensions/s3-browser as a proper top-level updates entry.
2026-05-08 18:16:37 +01:00

61 lines
1.5 KiB
YAML

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
registries:
fluxon-private-repo:
type: hex-repository
repo: fluxon
url: https://repo.fluxonui.com
auth-key: ${{ secrets.FLUXON_LICENSE_KEY }}
public-key-fingerprint: ${{ secrets.FLUXON_KEY_FINGERPRINT }}
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
assignees:
- cloud8421
- package-ecosystem: docker-compose
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
assignees:
- cloud8421
- package-ecosystem: mix
registries: "*"
insecure-external-code-execution: allow
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
assignees:
- cloud8421
- package-ecosystem: npm
directory: "/assets"
schedule:
interval: daily
open-pull-requests-limit: 10
assignees:
- cloud8421
ignore:
- dependency-name: "live_toast"
- package-ecosystem: npm
directory: ".pi/extensions/s3-browser"
schedule:
interval: daily
open-pull-requests-limit: 10
assignees:
- cloud8421
- package-ecosystem: docker
directory: /
schedule:
interval: daily
open-pull-requests-limit: 5
assignees:
- cloud8421