From 98f02d37ed950b26d534180d8a5f80e126fb17b1 Mon Sep 17 00:00:00 2001 From: "quant-ranger[bot]" <132915763+quant-ranger[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:07:35 +0000 Subject: [PATCH 1/3] Update copier template to v0.1.9 --- .copier-answers.yml | 2 +- .github/dependabot.yml | 12 ------------ .github/workflows/keep-alive.yml | 6 ++++++ environment.yml | 2 +- 4 files changed, 8 insertions(+), 14 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.copier-answers.yml b/.copier-answers.yml index 36490c0..45ea9ec 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # This file is managed by Copier; DO NOT EDIT OR REMOVE. -_commit: v0.1.7 +_commit: v0.1.9 _src_path: git@github.com:quantco/copier-template-pre-commit-mirrors conda_package: pyright description: Python command line wrapper for pyright, a static type checker. diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 5a74cb9..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: 2 -updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: monthly - reviewers: - - quantco/ci - groups: - dependencies: - patterns: - - "*" diff --git a/.github/workflows/keep-alive.yml b/.github/workflows/keep-alive.yml index a80902b..150c908 100644 --- a/.github/workflows/keep-alive.yml +++ b/.github/workflows/keep-alive.yml @@ -7,11 +7,17 @@ jobs: keep-alive: name: Alive runs-on: ubuntu-latest + permissions: + actions: write steps: - uses: actions/checkout@v4 +<<<<<<< before updating - uses: gautamkrishnar/keepalive-workflow@306efe4fc63923e36571682b4f4b3e3eee8b6625 with: commit_message: Ah ah ah, stayin' alive committer_username: ForrestQuant committer_email: forrestquant@users.noreply.github.com time_elapsed: 50 # days +======= + - uses: gautamkrishnar/keepalive-workflow@14b7c72e9af14bddbbc1022a6f0bd20b1eac2619 +>>>>>>> after updating diff --git a/environment.yml b/environment.yml index 63512cd..432ca09 100644 --- a/environment.yml +++ b/environment.yml @@ -2,4 +2,4 @@ channels: - conda-forge - nodefaults dependencies: - - pyright=1.1.354 + - pyright= From 46d2251889531c89ad823698de01cbf851320f9c Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Mon, 18 Mar 2024 09:23:31 +0100 Subject: [PATCH 2/3] Update keep-alive.yml --- .github/workflows/keep-alive.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/keep-alive.yml b/.github/workflows/keep-alive.yml index 150c908..00eb81c 100644 --- a/.github/workflows/keep-alive.yml +++ b/.github/workflows/keep-alive.yml @@ -11,13 +11,4 @@ jobs: actions: write steps: - uses: actions/checkout@v4 -<<<<<<< before updating - - uses: gautamkrishnar/keepalive-workflow@306efe4fc63923e36571682b4f4b3e3eee8b6625 - with: - commit_message: Ah ah ah, stayin' alive - committer_username: ForrestQuant - committer_email: forrestquant@users.noreply.github.com - time_elapsed: 50 # days -======= - uses: gautamkrishnar/keepalive-workflow@14b7c72e9af14bddbbc1022a6f0bd20b1eac2619 ->>>>>>> after updating From 093f29f5c5c703f4729f3027fae89f8c0b9560c6 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Mon, 18 Mar 2024 09:23:45 +0100 Subject: [PATCH 3/3] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 432ca09..63512cd 100644 --- a/environment.yml +++ b/environment.yml @@ -2,4 +2,4 @@ channels: - conda-forge - nodefaults dependencies: - - pyright= + - pyright=1.1.354