mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-10 10:33:01 +00:00
chore: Add Dependabot configuration for pip dependencies
This commit is contained in:
parent
64393fe695
commit
1a01c0537c
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
day: "monday"
|
||||||
|
time: "09:30"
|
||||||
|
timezone: "Asia/Shanghai"
|
||||||
|
target-branch: dev
|
Loading…
Reference in New Issue
Block a user