Bug 1881540 - Enable Dependabot for pyproject.toml too

This commit is contained in:
Marco Castelluccio 2024-02-22 16:09:33 +01:00 коммит произвёл Sebastian Hengst
Родитель 3cf087b516
Коммит 17fac3b9cf
1 изменённых файлов: 8 добавлений и 0 удалений

8
.github/dependabot.yml поставляемый
Просмотреть файл

@ -1,5 +1,13 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 99
labels:
- dependencies
- python
- package-ecosystem: pip
directory: "/requirements"
schedule: