diff options
author | Anderson Shindy Oki <[email protected]> | 2024-04-20 21:08:06 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-20 08:08:06 -0400 |
commit | 6ecfc11012d416e3aa5ec6a3ca26649d481f6af0 (patch) | |
tree | e5e25105f3bd1b1f252a108615102f3f57234179 /.github | |
parent | 73224866cbeb2e2f30277118b5af0f0d1d9daf8a (diff) | |
download | bazarr-6ecfc11012d416e3aa5ec6a3ca26649d481f6af0.tar.gz bazarr-6ecfc11012d416e3aa5ec6a3ca26649d481f6af0.zip |
no log: add dependabot groups (#2461)
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 507bf3eb4..a95c835a2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: |