From 386abc2adebe46d524fabf2daad67d57df8d2698 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:23:37 +0000 Subject: [PATCH] chore: update dependabot config [skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/dependabot.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 238012e..09d457a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,17 +4,45 @@ version: 2 updates: - package-ecosystem: github-actions directory: / + open-pull-requests-limit: 20 schedule: interval: weekly + day: friday + time: '04:00' + groups: + github-actions-dependencies: + patterns: + - '*' - package-ecosystem: github-actions directory: /actions/get-package-manager + open-pull-requests-limit: 20 schedule: interval: weekly + day: friday + time: '04:00' + groups: + github-actions-dependencies: + patterns: + - '*' - package-ecosystem: github-actions directory: /actions/has-installed-dependencies + open-pull-requests-limit: 20 schedule: interval: weekly + day: friday + time: '04:00' + groups: + github-actions-dependencies: + patterns: + - '*' - package-ecosystem: github-actions directory: /actions/setup-node + open-pull-requests-limit: 20 schedule: interval: weekly + day: friday + time: '04:00' + groups: + github-actions-dependencies: + patterns: + - '*'