From df42647090a8fbab5c9db465d55f654f524dd29f Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Wed, 13 Mar 2024 11:07:38 -0700 Subject: [PATCH] Add dependabot config --- .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 0000000..95e165b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: +- package-ecosystem: pip + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + +- package-ecosystem: bundler + directory: "/docs" + schedule: + interval: daily + open-pull-requests-limit: 10