Skip to content

Commit

Permalink
ci(dependabot.yml): add group kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry authored Aug 13, 2024
1 parent a556dc9 commit 16492ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ updates:
groups:
production-dependencies:
dependency-type: "production"
exclude-patterns:
- "org.jetbrains.kotlin*"
development-dependencies:
dependency-type: "development"
kotlin:
patterns:
- "org.jetbrains.kotlin*"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 16492ea

Please sign in to comment.