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
96e59a018f
commit
0609a9afc8
|
|
@ -7,6 +7,10 @@ updates:
|
|||
timezone: "Asia/Shanghai"
|
||||
day: "friday"
|
||||
target-branch: "v2"
|
||||
groups:
|
||||
python-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
|
@ -14,3 +18,7 @@ updates:
|
|||
timezone: "Asia/Shanghai"
|
||||
day: "friday"
|
||||
target-branch: "main"
|
||||
groups:
|
||||
python-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue