mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-09-23 19:03:18 +00:00
The SHA-pinned actions, the two base images, the compose file, the Python project and the npm assets had no update stream, so a pinned reference only moved when someone noticed it by hand. Adds a daily Dependabot config for all five. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
48 lines
843 B
YAML
48 lines
843 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "00:00"
|
|
labels:
|
|
- "dependencies"
|
|
- "ci"
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "00:00"
|
|
labels:
|
|
- "dependencies"
|
|
- "docker"
|
|
|
|
- package-ecosystem: "docker-compose"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "00:00"
|
|
labels:
|
|
- "dependencies"
|
|
- "docker"
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "00:00"
|
|
labels:
|
|
- "dependencies"
|
|
- "python"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/app"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "00:00"
|
|
labels:
|
|
- "dependencies"
|
|
- "javascript"
|