From 7ad69cfcfb4f19816ca22f1822c7219423ba9afc Mon Sep 17 00:00:00 2001 From: Dan Barr Date: Mon, 27 Jan 2025 18:01:09 -0500 Subject: [PATCH] Group all linters, back off to weekly --- .github/dependabot.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9f492f2..2ee95b7 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,16 +3,21 @@ updates: - package-ecosystem: 'npm' directory: '/' schedule: - interval: 'daily' + interval: 'weekly' groups: docusaurus: patterns: - '*docusaurus*' - eslint: + linters: patterns: - - '*eslint*' + - '*lint*' + - 'globals' + - 'husky' + - 'prettier' ignore: # Pin key docusaurus dependencies to major versions + - dependency-name: 'react' + update-types: ['version-update:semver-major'] - dependency-name: '@mdx-js/react' update-types: ['version-update:semver-major'] - dependency-name: 'prism-react-renderer' @@ -20,4 +25,4 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'daily' + interval: 'weekly'