mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-22 06:48:45 +00:00
no log: add dependabot groups (#2461)
This commit is contained in:
parent
73224866cb
commit
6ecfc11012
1 changed files with 13 additions and 0 deletions
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
|
@ -8,6 +8,19 @@ updates:
|
|||
prefix: "[bot]"
|
||||
open-pull-requests-limit: 1
|
||||
target-branch: "development"
|
||||
groups:
|
||||
fortawesome:
|
||||
patterns:
|
||||
- "@fortawesome*"
|
||||
mantine:
|
||||
patterns:
|
||||
- "@mantine*"
|
||||
react:
|
||||
patterns:
|
||||
- "react"
|
||||
- "react-dom"
|
||||
- "@types/react"
|
||||
- "@types/react-dom"
|
||||
- package-ecosystem: 'github-actions'
|
||||
directory: '/'
|
||||
schedule:
|
||||
|
|
Loading…
Reference in a new issue