From 129ae8184aa89f863f023e803179e16f2fc91205 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Wed, 18 Dec 2024 23:30:51 +0200 Subject: [PATCH] =?UTF-8?q?Add=20`github-actions`=20package=20=E2=80=98eco?= =?UTF-8?q?system=E2=80=99=20to=20Dependabot=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yaml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 7b28cda..0840537 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,13 +1,19 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + day: monday + time: "06:00" + reviewers: + - cloudnode-pro/development + + - package-ecosystem: github-actions + directory: / schedule: - interval: "weekly" - day: "monday" + interval: weekly + day: monday time: "06:00" + reviewers: + - cloudnode-pro/development