From cd73b74bcdb2e72d00516bdb024afe02b88050bc Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 20 Jul 2023 10:21:23 +0300 Subject: [PATCH] chore: add offlinedocs to depemdabot.yaml Add offlinedocs to depemdabot.yaml --- .github/dependabot.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index a04879a6918d4..5b9f7a9c6597a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -123,6 +123,28 @@ updates: - "@swc/jest" - "@types/jest" + - 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 + # Update dogfood. - package-ecosystem: "docker" directory: "/dogfood/"