From 092561c3ad419297ae78aa4bf5788b9638b271c7 Mon Sep 17 00:00:00 2001 From: Simon Heybrock Date: Tue, 4 Aug 2026 03:30:57 +0000 Subject: [PATCH] chore: disable dependabot Development has moved to the scipp/ess monorepo; this repo now only hosts docs and no longer needs automated dependency update PRs. --- .github/dependabot.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/dependabot.yml 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"