From 9ec48b94fd6af4f076a7236a60a04c32f0f6bf9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Mon, 30 May 2022 16:29:13 +0200 Subject: [PATCH] ci: enable dependabot for github actions (#129) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 70dcf9c..eabb5a8 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: