Move dependabot config to correct location

This commit is contained in:
2024-09-27 13:11:26 +02:00
parent 555cdda631
commit 34a7ea1a55

8
.github/workflows/dependabot.yml vendored Normal file
View File

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/backend"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"