From 4935537323454029340832acbc5d10613f2bde8b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:43:24 +0000 Subject: [PATCH 1/7] MAINT: upgrade lock files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/ComPWA/policy: 0.7.3 → 0.7.5](https://github.com/ComPWA/policy/compare/0.7.3...0.7.5) - [github.com/streetsidesoftware/cspell-cli: v9.2.0 → v9.4.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.2.0...v9.4.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fed0390..83a07f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.7.3 + rev: 0.7.5 hooks: - id: check-dev-files args: @@ -50,6 +50,6 @@ repos: args: [--in-place] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.2.0 + rev: v9.4.0 hooks: - id: cspell From 69b81d7903ecaa9ffd6b4bc8cf61d680a85d6206 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 10 Jan 2026 13:36:09 +0100 Subject: [PATCH 2/7] MAINT: upgrade lock files --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83a07f7..bff2922 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.7.5 + rev: 0.8.2rc0 hooks: - id: check-dev-files args: From c161d6e598cc1ff96a5429b608ef9c5787246f65 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Wed, 21 Jan 2026 21:46:39 +0100 Subject: [PATCH 3/7] MAINT: upgrade lock files and dev config --- .cspell.json | 2 +- .github/dependabot.yml | 14 ++++++++++++++ .github/workflows/clean-caches.yml | 4 ++-- .github/workflows/lock.yml | 2 +- .github/workflows/pr-linting.yml | 2 +- .pre-commit-config.yaml | 7 +++---- README.md | 2 +- 7 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.cspell.json b/.cspell.json index 31f0a44..fa1d406 100644 --- a/.cspell.json +++ b/.cspell.json @@ -20,6 +20,7 @@ ], "ignorePaths": [ "**/.cspell.json", + ".github/dependabot.yml", ".gitignore", ".pre-commit-config.yaml", ".taplo.toml", @@ -28,7 +29,6 @@ ], "ignoreWords": [ "Conda", - "MAINT", "PYPI", "PYTHONHASHSEED", "bdist", diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c658ead --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 + +multi-ecosystem-groups: + lock: + assignees: [redeboer] + commit-message: { prefix: MAINT } + schedule: { interval: quarterly } + +updates: + - package-ecosystem: github-actions + directory: "/" + labels: [⬆️ Lock] + multi-ecosystem-group: lock + patterns: ["*"] diff --git a/.github/workflows/clean-caches.yml b/.github/workflows/clean-caches.yml index 2de0c95..1d3abcc 100644 --- a/.github/workflows/clean-caches.yml +++ b/.github/workflows/clean-caches.yml @@ -14,9 +14,9 @@ on: jobs: cleanup: name: Remove caches - runs-on: ubuntu-24.04 + runs-on: ubuntu-slim steps: - - uses: ComPWA/actions/clean-caches@v3 + - uses: ComPWA/actions/clean-caches@v4 with: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} ref: ${{ inputs.ref }} diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 4217fe2..ed00e50 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -16,6 +16,6 @@ on: jobs: lock: - uses: ComPWA/actions/.github/workflows/lock.yml@v3 + uses: ComPWA/actions/.github/workflows/lock.yml@v4 secrets: token: ${{ secrets.PAT }} diff --git a/.github/workflows/pr-linting.yml b/.github/workflows/pr-linting.yml index 638dfc1..e15b56f 100644 --- a/.github/workflows/pr-linting.yml +++ b/.github/workflows/pr-linting.yml @@ -11,4 +11,4 @@ on: jobs: lint-pr: - uses: ComPWA/actions/.github/workflows/pr-linting.yml@v3 + uses: ComPWA/actions/.github/workflows/pr-linting.yml@v4 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bff2922..1dfbe8d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,13 +10,12 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.8.2rc0 + rev: 0.8.2rc12 hooks: - id: check-dev-files args: - --no-cd - --keep-issue-templates - - --no-python - --no-pypi - --package-manager=none - --repo-name=.github @@ -34,7 +33,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ComPWA/prettier-pre-commit - rev: v3.4.2 + rev: v3.8.1 hooks: - id: prettier @@ -50,6 +49,6 @@ repos: args: [--in-place] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.4.0 + rev: v9.6.0 hooks: - id: cspell diff --git a/README.md b/README.md index 8b0cbc4..ab08e6a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Public ComPWA GitHub profile [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/ComPWA/.github/main.svg)](https://results.pre-commit.ci/latest/github/ComPWA/.github/main) -[![Spelling checked](https://img.shields.io/badge/cspell-checked-brightgreen.svg)](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) +[![Spelling checked](https://img.shields.io/badge/cspell-checked-brightgreen.svg)](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) This repository manages the GitHub profile and repository templates for the [ComPWA Organization](https://github.com/ComPWA). From ed8d53ca78a3a5fffd7efa9acbd1d74058ca5480 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:58:38 +0100 Subject: [PATCH 4/7] MAINT: upgrade lock files --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1dfbe8d..4ebce78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.8.2rc12 + rev: 0.8.2rc15 hooks: - id: check-dev-files args: From d670ced7757848294796715c6addb021b8e86048 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 6 Feb 2026 09:05:44 +0100 Subject: [PATCH 5/7] MAINT: upgrade lock files --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ebce78..110638c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.8.2rc15 + rev: 0.8.2rc16 hooks: - id: check-dev-files args: From 636cca6f1b5207867bff11f0669b3b56edb2bc85 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:00:23 +0100 Subject: [PATCH 6/7] MAINT: upgrade lock files and dev config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 110638c..181dbe3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.8.2rc16 + rev: 0.8.2rc18 hooks: - id: check-dev-files args: From 922e2aa6fb3c4f93df81882bb46ce6cd8b7c9d93 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:46:51 +0100 Subject: [PATCH 7/7] MAINT: upgrade lock files and dev config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 181dbe3..433427a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.8.2rc18 + rev: 0.8.2 hooks: - id: check-dev-files args: