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'