From fa18017392fb6575a0e89b9edefa2bccac9f5cfa Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Tue, 29 Aug 2023 16:44:59 +0100 Subject: [PATCH] update dependabot config --- .github/dependabot.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 96659b4..ee50608 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,21 +1,14 @@ -# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: daily - target-branch: develop + interval: weekly reviewers: - - jas88 + - SMI/reviewers - package-ecosystem: nuget - directory: "/" # Location of package manifests + directory: "/" schedule: - interval: "daily" - target-branch: develop + interval: weekly reviewers: - - jas88 + - SMI/reviewers