From 5eece344cfc9abfd79b1257ed890b7d4fb0f6168 Mon Sep 17 00:00:00 2001 From: Matt Wozniski Date: Thu, 28 May 2026 20:10:37 -0400 Subject: [PATCH] Set up dependabot This uses the same configuration as Memray is using. Signed-off-by: Matt Wozniski --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9613cb7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + cooldown: + default-days: 7 + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + cooldown: + default-days: 7