Skip to content

Commit

Permalink
chore(dependabot): fix alwatr deps update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Sep 20, 2023
1 parent d3edc8d commit 31df3a6
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

version: 2
updates:
- package-ecosystem: github-actions
-
package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 20
reviewers:
Expand All @@ -16,9 +17,10 @@ updates:
groups:
github-actions:
patterns:
- '*'
- "*"

- package-ecosystem: npm
-
package-ecosystem: npm
directory: /
versioning-strategy: increase
open-pull-requests-limit: 20
Expand All @@ -33,15 +35,20 @@ updates:
- maintenance
groups:
production-dependencies:
dependency-type: 'production'
dependency-type: "production"
exclude-patterns:
- "@alwatr/*"
- "fract"
development-dependencies:
dependency-type: 'development'
dependency-type: "development"
exclude-patterns:
- '*lint*'
- "*lint*"
- "@alwatr/*"
- "fract"
lint-dependencies:
patterns:
- '*lint*'
- "*lint*"
alwatr-dependencies:
patterns:
- '@alwatr/*'
- 'fract'
- "@alwatr/*"
- "fract"

0 comments on commit 31df3a6

Please sign in to comment.