diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 9790682..80ddbee 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 2f83523 +_commit: dcfbd4b _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cpp diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 8392cea..8fb3966 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,9 +4,23 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + github-actions: + patterns: + - "*" + labels: + - "part: github_actions" + - package-ecosystem: "pip" directory: "/" schedule: interval: "monthly" cooldown: default-days: 7 + groups: + python: + patterns: + - "*" + labels: + - "lang: python" + - "part: dependencies" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e703f6e..bbf535b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -70,15 +70,15 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: version: ${{ matrix.python.version }} - name: Setup C++ - uses: actions-ext/cpp/setup@c2b1e90366b3a1c628a1df0748135f5e345ab26f + uses: actions-ext/cpp/setup@22ebafc6f57971978e964f9977333ac98a7c49d9 - name: Setup vcpkg cache - uses: actions-ext/cpp/setup-vcpkg-cache@c2b1e90366b3a1c628a1df0748135f5e345ab26f + uses: actions-ext/cpp/setup-vcpkg-cache@22ebafc6f57971978e964f9977333ac98a7c49d9 - name: Install dependencies run: make develop @@ -164,13 +164,13 @@ jobs: if: matrix.platform.name == 'windows-latest' - name: Test wheel - uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: python_template_cpp if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution - uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: python_template_cpp if: matrix.platform.name == 'ubuntu-latest' diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index da24f6a..3d880e9 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 - name: Download distributions uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8