mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Allow dependabot to check python dependencies
This commit is contained in:
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/requirements"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
Reference in New Issue
Block a user