From 92473ce95403fc15fd705f918bb1ee4c59eaecb3 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 23 Mar 2021 16:02:20 +0100 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ddc762b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +--- +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: "daily" + assignees: + - 'do1jlr'