ci: enable dependabot

This commit is contained in:
Carlo Sala 2024-02-13 17:25:16 +01:00
parent 8f22370af8
commit 514d5736ea
No known key found for this signature in database
GPG Key ID: DA6FB450C1A4FE9A

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

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "pip"
directory: "/.github/workflows/dependencies"
schedule:
interval: "weekly"
day: "sunday"