mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +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"
|
timezone: "Asia/Shanghai"
|
||||||
day: "friday"
|
day: "friday"
|
||||||
target-branch: "v2"
|
target-branch: "v2"
|
||||||
|
groups:
|
||||||
|
python-dependencies:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
|
@ -14,3 +18,7 @@ updates:
|
||||||
timezone: "Asia/Shanghai"
|
timezone: "Asia/Shanghai"
|
||||||
day: "friday"
|
day: "friday"
|
||||||
target-branch: "main"
|
target-branch: "main"
|
||||||
|
groups:
|
||||||
|
python-dependencies:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue