From 7fa7ee52b8ad481d378c7335b9d8018cdb6eca0f Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets Date: Tue, 24 Sep 2024 09:48:15 -0700 Subject: [PATCH] Set up dependabot --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..f1b4652a8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: docker + directory: / + schedule: + interval: daily + + - package-ecosystem: pip + directory: / + schedule: + interval: daily + target-branch: main + + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + target-branch: main