mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 00:45:22 +00:00
Update dependabot.yml to also include the feature branch
This commit is contained in:
parent
c72051a08e
commit
447f7d05be
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user