From 3fffa400dc17713cbb15915dff5651f6052d14ab Mon Sep 17 00:00:00 2001 From: Simon Heybrock <12912489+SimonHeybrock@users.noreply.github.com> Date: Mon, 19 Dec 2022 09:28:15 +0100 Subject: [PATCH] Configure dependabot to update scipp --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7fddd081d..4a4bf1105 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,10 @@ updates: # Optional: Official actions have moving tags like v1; # if you use those, you don't need updates. - dependency-name: "actions/*" + - package-ecosystem: "pip" + directory: "/requirements" + schedule: + interval: "daily" + allow: + - dependency-name: "scipp" + dependency-type: "direct"