diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 26f4cee..2cac7ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,8 @@ updates: interval: "weekly" reviewers: - "advanced-security/oss-maintainers" + cooldown: + default-days: 3 groups: production-dependencies: dependency-type: "production" @@ -23,9 +25,9 @@ updates: interval: "weekly" reviewers: - "advanced-security/oss-maintainers" + cooldown: + default-days: 3 groups: - production-dependencies: - dependency-type: "production" - development-dependencies: - dependency-type: "development" + actions: + patterns: ["*"] diff --git a/.github/workflows/python-build-test.yml b/.github/workflows/python-build-test.yml index ff5fea5..493e8a2 100644 --- a/.github/workflows/python-build-test.yml +++ b/.github/workflows/python-build-test.yml @@ -23,8 +23,8 @@ jobs: - name: Install dependencies run: | - pip install pipenv - pipenv install --dev + pip install 'pipenv==2026.6.1' + pipenv sync --dev - name: Run Tests run: |