Skip to content

Commit e69abd2

Browse files
Update copier template to v0.1.9 (#45)
1 parent 257d54d commit e69abd2

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
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: jupytext
55
description: Jupyter notebooks as Markdown documents, Julia, Python or R scripts

.github/dependabot.yml

-12
This file was deleted.

.github/workflows/keep-alive.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ jobs:
77
keep-alive:
88
name: Alive
99
runs-on: ubuntu-latest
10+
permissions:
11+
actions: write
1012
steps:
1113
- uses: actions/checkout@v4
12-
- uses: gautamkrishnar/keepalive-workflow@306efe4fc63923e36571682b4f4b3e3eee8b6625
13-
with:
14-
commit_message: Ah ah ah, stayin' alive
15-
committer_username: ForrestQuant
16-
committer_email: forrestquant@users.noreply.github.com
17-
time_elapsed: 50 # days
14+
- uses: gautamkrishnar/keepalive-workflow@14b7c72e9af14bddbbc1022a6f0bd20b1eac2619

0 commit comments

Comments
 (0)