From 0a8e6215b5dbb1af8c7cd5a07eac6ffe7f867d8b Mon Sep 17 00:00:00 2001 From: Byungjin Park Date: Sat, 5 Feb 2022 01:05:59 +0900 Subject: [PATCH] Add dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..759819d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"