diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf6ae80..e00d876 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,24 +11,9 @@ updates: - 'vreshch' open-pull-requests-limit: 10 groups: - dev-dependencies: + all-dependencies: patterns: - - '@types/*' - - 'typescript' - - 'typescript-eslint' - - 'eslint*' - - '@eslint/*' - - 'prettier' - - 'vitest*' - - '@vitest/*' - - '@testing-library/*' - - 'postcss' - - 'autoprefixer' - - '@tailwindcss/*' - - 'tailwindcss' - update-types: - - 'minor' - - 'patch' + - '*' ignore: - dependency-name: '*' update-types: ['version-update:semver-major'] @@ -42,3 +27,9 @@ updates: timezone: 'Europe/Prague' assignees: - 'vreshch' + open-pull-requests-limit: 5 + groups: + all-actions: + patterns: + - '*' +