From 96f6aa773065d4f028372ec3d7ba00d569dbe7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Fri, 11 Feb 2022 17:01:21 +0100 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4f2de62 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + time: "07:00" + timezone: "Europe/Stockholm" + reviewers: + - "thelovinator1" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + time: "07:00" + timezone: "Europe/Stockholm" + reviewers: + - "thelovinator1"