From ddbdedf09f2565b77fb5b687de774c647f76da1d Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Wed, 18 Dec 2024 23:24:37 +0200 Subject: [PATCH 1/2] rename to `dependabot.yaml` --- .github/{dependabot.yml => dependabot.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{dependabot.yml => dependabot.yaml} (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.yaml From fbcf71930c5fbb97019b767c04226fea5872cf93 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Wed, 18 Dec 2024 23:25:14 +0200 Subject: [PATCH 2/2] Configure Dependabot `github-actions` package ecosystem and reviewers --- .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