cicd: add dependabot

This commit is contained in:
Naramsim 2025-02-15 23:09:10 +01:00
parent 63d4c0903c
commit 2e22ae01ad
1 changed files with 10 additions and 0 deletions

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

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