From fd786c6271d27153e406ca8851a6722a76def2a3 Mon Sep 17 00:00:00 2001 From: wookie184 Date: Sat, 14 Jan 2023 19:43:15 +0000 Subject: Make dependabot check for github actions updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b38df29f..10c6e918 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" -- cgit v1.2.3