From ff2330defe85ccc1763d605b88a665acf17be7b3 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Mon, 26 May 2025 15:51:34 +0200 Subject: [PATCH] ci: activate dependabot for github-actions Signed-off-by: Philipp Schuster On-behalf-of: SAP philipp.schuster@sap.com --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b0383094..4121e76a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,8 @@ updates: allow: - dependency-type: direct - dependency-type: indirect +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 1 \ No newline at end of file