From 2f523bad98ee1256c26ffe94c78ebcd8a1d03688 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 12 Jan 2022 08:58:58 +0200 Subject: [PATCH] Configure dependabot version updater (#250) --- .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 00000000..10c63edc --- /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 + target-branch: master +- package-ecosystem: github-actions + directory: / + schedule: + interval: daily + open-pull-requests-limit: 10