From adcae4ce25ad0ac23e1a3dd66d7666bb8755b615 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Wed, 27 Mar 2024 10:53:32 -0700 Subject: [PATCH] add dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f461b93 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + - package-ecosystem: pip + directory: / + schedule: + interval: daily