Add dependabot config file.

This commit is contained in:
tecnovert 2025-01-11 22:02:08 +02:00
parent 12d24800b8
commit 0ae4651a78
No known key found for this signature in database
GPG key ID: 8ED6D8750C4E3F93

11
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,11 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
open-pull-requests-limit: 20
target-branch: "dev"