diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 949cb6b..c130667 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -25,11 +25,19 @@ updates: - "area/health" - package-ecosystem: "pip" - directories: - - "**/*" + directory: "/src/py" + allow: + - dependency-name: stim + - dependency-name: pytest + - dependency-name: sinter + - dependency-name: pybind11-stubgen schedule: interval: "monthly" versioning-strategy: "increase-if-necessary" + groups: + python-dependencies: + patterns: + - "*" labels: - "area/dependencies" - "area/python" diff --git a/src/py/requirements.in b/src/py/requirements.in index c7c0287..9b52cb5 100644 --- a/src/py/requirements.in +++ b/src/py/requirements.in @@ -1,4 +1,7 @@ +# Note: if you add or subtract from the list below, also update the "allow" +# list in ../../.github/dependabot.yaml. + stim pytest sinter -pybind11-stubgen \ No newline at end of file +pybind11-stubgen