From 838c1ff2d26c852cf752e9e22439d36773de481d Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Fri, 17 Nov 2023 04:48:17 -0500 Subject: [PATCH] Add dependabot config --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a80674a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: pip + directory: '/' + schedule: + interval: daily + time: '01:00' + open-pull-requests-limit: 2 \ No newline at end of file