mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
ci: add pip package ecosystem support to dependabot configuration
This commit is contained in:
parent
4ff1944b60
commit
b95cb20704
|
|
@ -6,4 +6,11 @@ updates:
|
|||
interval: "weekly"
|
||||
timezone: "Asia/Shanghai"
|
||||
day: "friday"
|
||||
target-branch: "v2"
|
||||
target-branch: "v2"
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
timezone: "Asia/Shanghai"
|
||||
day: "friday"
|
||||
target-branch: "main"
|
||||
|
|
|
|||
Loading…
Reference in New Issue