chore: Add dependabot for docker and github actions

This commit is contained in:
Émilien (perso) 2025-05-09 20:42:18 +02:00 committed by GitHub
parent 9e3c0dfd85
commit 484efb805b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"