From 91270902478ca3f0de5527b847db401018a117b6 Mon Sep 17 00:00:00 2001 From: Jurre Date: Fri, 11 Aug 2023 17:26:12 +0200 Subject: [PATCH] Only group patch and minor dev-dependencies Major updates are more likely to break CI, so let's open separate PRs for those. Also use the new-fangled `dependency-type` config options instead of listing all the deps out. --- .github/dependabot.yml | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e10917133..72d8ab595 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -40,25 +40,10 @@ updates: - Fanout groups: dev-dependencies: - patterns: - - "@types/*" - - "@typescript-eslint/parser" - - "@vercel/ncc" - - "eslint" - - "eslint-*" - - "husky" - - "jest" - - "jest-circus" - - "js-yaml" - - "json-server" - - "lint-staged" - - "node-forge" - - "prettier" - - "ts-jest" - - "ts-node" - - "typescript" - - "wait-port" - + dependency-type: "development" + update-types: + - "patch" + - "minor" registries: ghcr: type: docker-registry