From 52a8e4d5d9133ae76639ff009084195a9a91edda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:39:09 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/dafyddj/copier-bootstrap to v2.4.4 --- .copier-answers.yml | 2 +- .github/renovate.json5 | 5 +++++ .github/workflows/main.yml | 2 +- template/.github/renovate.json5 | 5 +++++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 4e91ed5..3605441 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,4 +1,4 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v2.4.1 +_commit: v2.4.4 _src_path: https://github.com/dafyddj/copier-bootstrap template_name: copier-github-action diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3220412..70ce5ab 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,10 +7,15 @@ "extends": [ "config:recommended", ], + "automergeStrategy": "merge-commit", "git-submodules": { "enabled": true }, "packageRules": [ + { + "matchFileNames": ["template/**"], + "semanticCommitType": "fix", + }, { "matchManagers": ["git-submodules"], "automerge": true, diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c2ddaf..7c45d3d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: checks: read runs-on: ubuntu-latest steps: - - uses: poseidon/wait-for-status-checks@6988432d64ad3f9c2608db4ca16fded1b7d36ead # v0.5.0 + - uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0 with: ignore: Collect results token: ${{ secrets.GITHUB_TOKEN }} diff --git a/template/.github/renovate.json5 b/template/.github/renovate.json5 index 3220412..70ce5ab 100644 --- a/template/.github/renovate.json5 +++ b/template/.github/renovate.json5 @@ -7,10 +7,15 @@ "extends": [ "config:recommended", ], + "automergeStrategy": "merge-commit", "git-submodules": { "enabled": true }, "packageRules": [ + { + "matchFileNames": ["template/**"], + "semanticCommitType": "fix", + }, { "matchManagers": ["git-submodules"], "automerge": true,