Configure dependabot.yml

Signed-off-by: benoit74 <benoit74@users.noreply.github.com>
This commit is contained in:
benoit74 2024-09-03 15:30:16 +02:00 committed by GitHub
parent d814c23178
commit ef12d01958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
- package-ecosystem: "github-actions"
directory: "/.github"
schedule:
interval: "daily"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"