From 400215b4b24efaf7c8d7ffdef0c75736263db03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Thu, 2 Jun 2022 09:51:50 +0200 Subject: [PATCH] ci: enable dependabot for github actions (#701) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 70dcf9c4..eabb5a8d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,10 @@ version: 2 updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + - package-ecosystem: "npm" directory: "/" schedule: