mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03: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:
parent
51b2524b25
commit
77fab1c534
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user