Skip to content

Commit 0f13554

Browse files
Update copier template to v0.1.9
1 parent 7ba6a53 commit 0f13554

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is managed by Copier; DO NOT EDIT OR REMOVE.
2-
_commit: v0.1.7
2+
_commit: v0.1.9
33
_src_path: git@github.com:quantco/copier-template-pre-commit-mirrors
44
conda_package: prettier
55
description: An opinionated code formatter

.github/dependabot.yml

-12
This file was deleted.

.github/workflows/keep-alive.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ jobs:
77
keep-alive:
88
name: Alive
99
runs-on: ubuntu-latest
10+
permissions:
11+
actions: write
1012
steps:
1113
- uses: actions/checkout@v4
14+
<<<<<<< before updating
1215
- uses: gautamkrishnar/keepalive-workflow@306efe4fc63923e36571682b4f4b3e3eee8b6625
1316
with:
1417
commit_message: Ah ah ah, stayin' alive
1518
committer_username: ForrestQuant
1619
committer_email: forrestquant@users.noreply.github.com
1720
time_elapsed: 50 # days
21+
=======
22+
- uses: gautamkrishnar/keepalive-workflow@14b7c72e9af14bddbbc1022a6f0bd20b1eac2619
23+
>>>>>>> after updating

0 commit comments

Comments
 (0)