Add Python package ecosystem to Dependabot config

Configure Dependabot for Python package updates.
This commit is contained in:
Loïc GUEZO
2026-03-27 22:11:53 +01:00
committed by GitHub
parent 32c5310e37
commit 416cfcbf8b

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

@@ -0,0 +1,18 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# 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"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
open-pull-requests-limit: 5
groups:
python-dependencies:
patterns:
- "*"