From 006e42a8bf24fad1815a0d9ac44b30c7986ba7f5 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 8 May 2024 22:01:42 +0200 Subject: [PATCH] Update GitHub Actions by dependabot --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 93370a71..3ea59789 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,9 +20,13 @@ updates: directory: "/" schedule: interval: daily - time: '04:00' open-pull-requests-limit: 10 ignore: - dependency-name: org.apache.maven:* versions: - "> 3.1.1" + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"