From 82590732d1f62f216f86c09bbdf881649c5a3d13 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Thu, 9 Oct 2025 14:05:00 +0200 Subject: [PATCH] ci(dependabot): update GitHub Actions weekly --- .github/dependabot.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5b4fb0503..34a08aea8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,13 @@ version: 2 updates: - package-ecosystem: npm - directory: '/' + directory: / schedule: interval: daily open-pull-requests-limit: 10 - - package-ecosystem: 'github-actions' - directory: '/' + - package-ecosystem: github-actions + directory: / schedule: - interval: 'weekly' + interval: weekly + commit-message: + prefix: 'ci(deps): '