Skip to content

Commit

Permalink
Align with Copier template v9
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Jan 9, 2025
1 parent e2ec99d commit 671f468
Show file tree
Hide file tree
Showing 4 changed files with 17 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 @@
_commit: v7
_commit: v9
_src_path: [email protected]:trallnag/copier-template-python-script.git
project_name: filter-pre-commit-hooks
repo_name: filter-pre-commit-hooks
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ on:
pull_request:
merge_group:
push:
branches: [master, dev]
branches:
- "*"
schedule:
# At 04:04 on Monday.
- cron: 4 4 * * 1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ on:
tags:
- v*.*.*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash

jobs:
release:
name: Release
Expand Down
2 changes: 2 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

"semanticCommits": "enabled",

"automergeType": "branch",

"pre-commit": {
"enabled": true,
"prBodyNotes": [""]
Expand Down

0 comments on commit 671f468

Please sign in to comment.