diff --git a/.copier-answers.yaml b/.copier-answers.yaml index f305bbc..6f96faa 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: cppjswasm diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index f35988d..0f3d865 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + github-actions: + patterns: + - "*" labels: - "part: github_actions" @@ -13,6 +17,10 @@ updates: interval: "monthly" cooldown: default-days: 7 + groups: + python: + patterns: + - "*" labels: - "lang: python" - "part: dependencies" @@ -23,6 +31,10 @@ updates: interval: "monthly" cooldown: default-days: 7 + groups: + javascript: + patterns: + - "*" labels: - "lang: javascript" - "part: dependencies" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f61b2eb..2b3cb1d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -65,18 +65,18 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: version: ${{ matrix.python }} - name: Setup Node.js - uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 + uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7 with: version: 22.x if: matrix.target == 'native' - name: Setup C++ - uses: actions-ext/cpp/setup@c2b1e90366b3a1c628a1df0748135f5e345ab26f + uses: actions-ext/cpp/setup@22ebafc6f57971978e964f9977333ac98a7c49d9 - name: Setup Emscripten uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16 @@ -166,13 +166,13 @@ jobs: if: matrix.name == 'windows-latest' - name: Test wheel - uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: python_template_cppjswasm if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution - uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: module: python_template_cppjswasm if: matrix.name == 'ubuntu-latest' diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index b8f0cf7..d4d581a 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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 - name: Download distributions uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8