From 14b89776d0a4bff9bf4dab1296a0dc76b51cf8e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Gorej?= Date: Thu, 15 Feb 2024 14:28:53 +0100 Subject: [PATCH] ci(dependabot): auto-update GitHub Actions (#9604) --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 523acd48..9d0933f6 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -19,3 +19,15 @@ updates: schedule: interval: "weekly" + - package-ecosystem: "github-actions" + target-branch: "master" + directory: "/" + schedule: + interval: "daily" + time: "23:00" + commit-message: + prefix: "chore" + include: "scope" + open-pull-requests-limit: 3 + +