Add explicit dependabots for pip/poetry, GH actiona and npm

pull/269/head
Patrick Robertson 2025-03-24 17:52:30 +04:00
rodzic 7b454baa02
commit ad373ae733
1 zmienionych plików z 30 dodań i 2 usunięć

Wyświetl plik

@ -5,8 +5,36 @@
version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "pip"
directory: "/"
groups:
python:
patterns:
- "*"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
groups:
actions:
patterns:
- "*"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/scripts/settings/"
groups:
actions:
patterns:
- "*"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"