From 20b9445e16041f8e5468c92088616b3121b2d984 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Mon, 27 Nov 2023 16:15:20 -0600 Subject: [PATCH] ci(dependabot): update config to support workspaces (#660) --- .github/dependabot.yml | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b1a4acf2..c806cb35 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,24 +5,14 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/docs" # Location of package manifests - schedule: - interval: "monthly" - - - package-ecosystem: "npm" # See documentation for possible values - directory: "/theme" # Location of package manifests - schedule: - interval: "weekly" - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "monthly" + interval: 'monthly' # Maintain dependencies for npm - - package-ecosystem: "npm" - directory: "/" + - package-ecosystem: 'npm' + directory: '/' schedule: - interval: "monthly" + interval: 'monthly'