Skip to content

Commit

Permalink
chore(cli): seperate upgrade groups for prod, dev, eslint, typescript…
Browse files Browse the repository at this point in the history
…, prettier and fern
  • Loading branch information
dsinghvi committed Oct 13, 2024
1 parent e5b2db8 commit 18954cd
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ version: 2
updates:
- package-ecosystem: "npm"
directories:
- "packages"
- "packages/**/*"
- "generators"
- "generators/**/*"
schedule:
interval: "weekly"
Expand All @@ -17,10 +19,22 @@ updates:
development-dependencies:
dependency-type: "development"
exclude-patterns:
- "eslint*"
- "eslint*"
- "typescript"
- "prettier"
- "@fern"
eslint:
patterns:
- "eslint*"
- "eslint*"
typescript:
patterns:
- "typescript*"
prettier:
patterns:
- "prettier*"
fern:
patterns:
- "@fern*"
- package-ecosystem: "gomod"
directory: "/generators/go"
schedule:
Expand Down

0 comments on commit 18954cd

Please sign in to comment.