borgwarehouse/.github/dependabot.yml

18 lines
603 B
YAML

version: 2
updates:
- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: 'daily'
# Note: Dependabot uses "npm" ecosystem but automatically detects pnpm-lock.yaml
# Make sure package-lock.json is gitignored to prevent confusion
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
# Maintain dependencies for GitHub Actions
# src: https://github.com/marketplace/actions/build-and-push-docker-images#keep-up-to-date-with-github-dependabot
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'