From 6a2738492d1b30f6ddd5b9acd302d2d9e1c87ea8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:21:42 +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 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bab045..238012e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# This file was generated by the "Generate Dependabot Glob" action. Do not edit it directly. +# This file was generated by the "Generate Dependabot Glob" action. Do not edit it directly. # Make changes to `.github/dependabot.template.yml` and a PR will be automatically created. version: 2 updates: @@ -6,3 +6,15 @@ updates: directory: / schedule: interval: weekly + - package-ecosystem: github-actions + directory: /actions/get-package-manager + schedule: + interval: weekly + - package-ecosystem: github-actions + directory: /actions/has-installed-dependencies + schedule: + interval: weekly + - package-ecosystem: github-actions + directory: /actions/setup-node + schedule: + interval: weekly