From 4442772a8914a25dbc69cefe304ffa7ef2f03abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Sun, 16 Oct 2022 10:15:07 -0400 Subject: [PATCH] Add GHA to dependabot config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták gliptak@gmail.com --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e01912ac..92f9cfdf5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,11 @@ updates: interval: daily time: '01:00' open-pull-requests-limit: 5 + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + schedule: + interval: daily + time: '01:00' + open-pull-requests-limit: 5