From 1ffbf87dc6f8c4f821f89ed52e1049379e4bf3ef Mon Sep 17 00:00:00 2001 From: robiiinos Date: Sat, 18 Jul 2020 21:32:09 +0200 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..f4d737f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + assignees: + - "angristan" + reviewers: + - "angristan"