diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 29a36042e..757cf4126 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,8 +20,10 @@ updates: - 'cssnano-*' - 'postcss' - 'postcss-*' + - 'react' + - 'react-*' + - '*-react' - 'sass-embedded' - - 'tsc-alias' - 'typescript' - 'webpack' - 'webpack-*' @@ -52,16 +54,55 @@ updates: tools: patterns: + - '@testing-library/*' - 'concurrently' - 'global-jsdom' - 'jest' + - 'jest-*' - 'jsdom' + - 'nock' - 'tsx' types: patterns: - '@types/*' + forms: + patterns: + - '@defra/forms-model' + + hapi: + patterns: + - '@hapi/*' + - 'blankie' + - 'blipp' + - 'hapi-*' + - 'joi' + + frontend: + patterns: + - '@defra/interactive-map' + - 'accessible-autocomplete' + - 'govuk-frontend' + - 'highlight.js' + - 'humanize-duration' + - 'liquidjs' + - 'nunjucks' + + runtime: + patterns: + - '@defra/hapi-tracing' + - 'dotenv' + - 'ioredis' + - 'marked' + - 'yaml' + + dependencies: + patterns: + - '*' + update-types: + - patch + # Schedule run every Monday, local time schedule: interval: weekly @@ -78,6 +119,11 @@ updates: - package-ecosystem: github-actions directory: / + groups: + actions: + patterns: + - '*' + # Schedule run every Monday, local time schedule: interval: weekly