diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3592b54..6b0c839 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,10 +34,15 @@ updates: groups: production-dependencies: dependency-type: 'production' + exclude-patterns: + - '@alwatr/*' + - 'fract' development-dependencies: dependency-type: 'development' exclude-patterns: - '*lint*' + - '@alwatr/*' + - 'fract' lint-dependencies: patterns: - '*lint*'