forked from orbit-oss/flask
updates go to maintenance branch
This commit is contained in:
parent
edac7e3a56
commit
c627b5e773
1 changed files with 8 additions and 4 deletions
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
|
|
@ -1,8 +1,12 @@
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: pip
|
- package-ecosystem: "pip"
|
||||||
directory: "/"
|
directory: "/requirements"
|
||||||
|
target-branch: "2.0.x"
|
||||||
|
versioning-strategy: "lockfile-only"
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: "monthly"
|
||||||
time: "08:00"
|
day: "monday"
|
||||||
|
time: "16:00"
|
||||||
|
timezone: "UTC"
|
||||||
open-pull-requests-limit: 99
|
open-pull-requests-limit: 99
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue