Skip to content

Commit

Permalink
chore(deps): update dependency https://github.com/dafyddj/copier-boot…
Browse files Browse the repository at this point in the history
…strap to v2.4.4
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent ad3f597 commit 52a8e4d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
"extends": [
"config:recommended",
],
"automergeStrategy": "merge-commit",
"git-submodules": {
"enabled": true
},
"packageRules": [
{
"matchFileNames": ["template/**"],
"semanticCommitType": "fix",
},
{
"matchManagers": ["git-submodules"],
"automerge": true,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 5 additions & 0 deletions template/.github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
"extends": [
"config:recommended",
],
"automergeStrategy": "merge-commit",
"git-submodules": {
"enabled": true
},
"packageRules": [
{
"matchFileNames": ["template/**"],
"semanticCommitType": "fix",
},
{
"matchManagers": ["git-submodules"],
"automerge": true,
Expand Down

0 comments on commit 52a8e4d

Please sign in to comment.