Update dependabot.yml to also include the feature branch

This commit is contained in:
Normann 2025-03-23 22:48:02 +01:00 committed by GitHub
parent c72051a08e
commit 447f7d05be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,16 @@
version: 2
updates:
# Update dependencies on the main branch
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "main" # Target the main branch
# Update dependencies on the feature/config-nested branch
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
target-branch: "feature/config-nested" # Target the specific feature branch