From bda94bfc774b38ab19a6ee38256afa2ed3341bbe Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 27 Jun 2024 21:14:17 +0300 Subject: [PATCH] chore: optimize dependabot configuration (#13670) --- .github/dependabot.yaml | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index fecbe9ba95..0f8f8849a8 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -61,7 +61,9 @@ updates: - dependency-name: "terraform" - package-ecosystem: "npm" - directory: "/site/" + directories: + - "/site" + - "/offlinedocs" schedule: interval: "monthly" time: "06:00" @@ -82,33 +84,3 @@ updates: update-types: - version-update:semver-major open-pull-requests-limit: 15 - groups: - site: - patterns: - - "*" - - - package-ecosystem: "npm" - directory: "/offlinedocs/" - schedule: - interval: "monthly" - time: "06:00" - timezone: "America/Chicago" - reviewers: - - "coder/ts" - commit-message: - prefix: "chore" - labels: [] - ignore: - # Ignore patch updates for all dependencies - - dependency-name: "*" - update-types: - - version-update:semver-patch - # Ignore major updates to Node.js types, because they need to - # correspond to the Node.js engine version - - dependency-name: "@types/node" - update-types: - - version-update:semver-major - groups: - offlinedocs: - patterns: - - "*"