mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Update dependabot to check python deps (#16127)
* add list item to check python deps daily * move to weekly after we gain confidence
This commit is contained in:
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@@ -8,3 +8,10 @@ updates:
|
|||||||
labels:
|
labels:
|
||||||
- "docs"
|
- "docs"
|
||||||
- "dependencies"
|
- "dependencies"
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "requirements/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily" #run daily until we trust it, then back this off to weekly
|
||||||
|
open-pull-requests-limit: 2
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
||||||
|
|||||||
Reference in New Issue
Block a user