diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 875fcf0b..3210d890 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,7 +16,6 @@ updates: lint: patterns: - - '@typescript-eslint/*' - 'editorconfig-checker' - 'eslint' - 'eslint-*' @@ -41,6 +40,32 @@ updates: - '@types/*' - 'oidc-client-ts' + forms: + patterns: + - '@defra/forms-model' + + aws: + patterns: + - '@aws-sdk/*' + + hapi: + patterns: + - '@hapi/*' + - 'hapi-*' + - 'joi' + + runtime: + patterns: + - '@defra/hapi-tracing' + - 'dotenv' + - 'mongodb' + + dependencies: + patterns: + - '*' + update-types: + - patch + # Schedule run every Monday, local time schedule: interval: weekly @@ -57,6 +82,11 @@ updates: - package-ecosystem: github-actions directory: / + groups: + actions: + patterns: + - '*' + # Schedule run every Monday, local time schedule: interval: weekly