From 63fb2384cf4ac5061291ff0d616d83a796ea03d6 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Mon, 11 Mar 2024 09:13:31 +0900 Subject: [PATCH] Add dependabot configuration (#1289) --- .github/dependabot.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..8f817b87de --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,26 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + + # - package-ecosystem: pip + # directory: /docker/segment-anything + # schedule: + # interval: daily + + - package-ecosystem: pip + directory: /docs + schedule: + interval: daily + + - package-ecosystem: pip + directory: / + schedule: + interval: daily + + - package-ecosystem: pip + directory: /tests + schedule: + interval: daily