Skip to content

Commit

Permalink
Group and limit dependabot PRs. (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarras authored Apr 5, 2024
1 parent d3218f1 commit 3f70aa8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,26 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
core-libs:
patterns:
- "org.jetbrains.kotlin*"
- "org.jetbrains.kotlinx*"
- "com.nfeld.jsonpathkt:jsonpathkt*"
libs:
patterns:
- "*"
exclude-patterns:
- "org.jetbrains.kotlin*"
- "org.jetbrains.kotlinx*"
- "com.nfeld.jsonpathkt:jsonpathkt*"
open-pull-requests-limit: 2
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
actions:
patterns:
- "*"
open-pull-requests-limit: 1

0 comments on commit 3f70aa8

Please sign in to comment.