From 12cfc918e7f8bc6f155fd3a1189bba4649a6c03f Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Mon, 1 Nov 2021 16:14:34 +0800 Subject: [PATCH] Add GH actions into dependabot config --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a4ae9f0..c95620e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,10 @@ version: 2 updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + day: friday - package-ecosystem: gradle directory: "/" schedule: