From 5b3b982abbdbeb0bfc7bd2b1b56181d7e912b2a1 Mon Sep 17 00:00:00 2001 From: Neil Vaytet Date: Wed, 4 Feb 2026 17:32:12 +0100 Subject: [PATCH] copier update to remove depandanbot --- .copier-answers.yml | 2 +- .github/dependabot.yml | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.copier-answers.yml b/.copier-answers.yml index 74169bd36..f7c058458 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: a817cfc +_commit: b87e087 _src_path: https://github.com/scipp/copier_template.git description: Visualization library for Scipp max_python: '3.13' diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index c8076bb1f..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: 2 -updates: - # Note: We are not listing package-ecosystem: "github-actions". This causes - # noise in all template instances. Instead dependabot.yml in scipp/copier_template - # triggers updates of github-actions in the *template*. We then use `copier update` - # in template instances. - - package-ecosystem: "pip" - directory: "/requirements" - schedule: - interval: "daily" - allow: - - dependency-name: "scipp" - dependency-type: "direct"