From 59a49c62b4cf93d7162b2bac6cf85ea1acc79a03 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 30 Mar 2022 13:34:08 +0200 Subject: [PATCH] add github actions workflow Signed-off-by: szaimen --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1432216d..2fb1f1e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,14 @@ version: 2 updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 - package-ecosystem: composer directory: "/php/" schedule: - interval: daily + interval: "daily" time: "12:00" open-pull-requests-limit: 10 labels: