mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-15 14:55:45 +01:00
18 lines
603 B
YAML
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'
|