From 18551cfb8f7678ee839b240ec7be74ed14fa7a00 Mon Sep 17 00:00:00 2001 From: "Code.org Deploy Systems" Date: Tue, 27 Aug 2024 10:49:51 -0500 Subject: [PATCH] Create/Update dependabot.yaml --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..5acda01 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +--- +version: 2 +updates: + - package-ecosystem: 'pip' + directory: '/' + schedule: + interval: 'weekly'