Created the dependabot.yml

This commit is contained in:
Mathias Wagner 2024-02-15 20:07:54 +01:00
parent 0f6ebeb711
commit 6c101da8b9
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/webui"
schedule:
interval: "daily"