diff --git a/.copier-answers.yml b/.copier-answers.yml index 74169bd3..f7c05845 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 c8076bb1..00000000 --- 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"