chore: configure dependabot to ignore pip ecosystem
Co-authored-by: César Gallego Rodríguez <cesar.gallego.next@bbva.com> Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
@@ -15,3 +15,10 @@ updates:
|
|||||||
directory: "/.github/go"
|
directory: "/.github/go"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user