Files
kill-the-news/.github/dependabot.yml
T
Julien Herr 50b1911854 chore: add Dependabot config for weekly npm updates
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 23:15:18 +02:00

10 lines
182 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
dev-dependencies:
dependency-type: "development"