chore: Add dependabot for docker and github actions (#5285)

This commit is contained in:
Émilien (perso)
2025-05-09 19:58:06 +00:00
committed by GitHub
parent 9e3c0dfd85
commit c304ea6db3

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"