From 62779c6ab45833e2b4f81ea299faf0a60b1887b6 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:24 +0000 Subject: [PATCH] Update copier template to v0.1.9 --- .copier-answers.yml | 2 +- .github/dependabot.yml | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.copier-answers.yml b/.copier-answers.yml index bcc9cd1..b4d52cc 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.8 +_commit: v0.1.9 _src_path: git@github.com:quantco/copier-template-pre-commit-mirrors conda_package: eslint description: Pluggable JavaScript linter 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: - - "*"