mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-10-11 03:46:17 +00:00
Compare commits
1 Commits
dependabot
...
NormannK-p
Author | SHA1 | Date | |
---|---|---|---|
|
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
|
||||
|
Reference in New Issue
Block a user