From d2f0a793675be9d6ba1b9a1ba8d5442636eedfe5 Mon Sep 17 00:00:00 2001 From: "vandebron-administration[bot]" <179172997+vandebron-administration[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 02:04:17 +0000 Subject: [PATCH] chore: add Dependabot configuration --- .github/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..1198d4233 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: 'pip' + directory: '/' + schedule: + interval: 'weekly' + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly'