Research-Stack/5-Applications/nodupe/.github/dependabot.yml
2026-05-05 21:15:26 -05:00

15 lines
351 B
YAML

# Dependabot configuration for dependency updates
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
# GitHub Actions updates
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"