From 62946f5032a6351674d27245d841ecfa10893caa Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Tue, 12 Sep 2023 11:40:36 +0200 Subject: [PATCH] PMM-7 Configure dependabot (#3384) --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000000..0c47a6abf959 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" +