Skip to content

Commit

Permalink
Align with Copier template v15
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Jan 24, 2025
1 parent 14d7153 commit b3eda7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_commit: v14
_commit: v15
_src_path: [email protected]:trallnag/copier-template-python-script.git
project_name: filter-pre-commit-hooks
repo_name: filter-pre-commit-hooks
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dev-cont.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ name: Dev Cont

on:
workflow_dispatch:
push:
paths:
- .devcontainer/**
schedule:
# At 07:23 on day-of-month 3.
- cron: 23 7 3 * *

jobs:
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

"automergeType": "branch",

"lockFileMaintenance": {
"enabled": true
},

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

0 comments on commit b3eda7c

Please sign in to comment.