Skip to content

Commit 6522812

Browse files
authored
dependabot: configure to use groups for npm (#3509)
1 parent 1b59214 commit 6522812

File tree

1 file changed

+26
-15
lines changed

1 file changed

+26
-15
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
4-
directory: "/"
5-
schedule:
6-
interval: weekly
7-
open-pull-requests-limit: 2
8-
ignore:
9-
- dependency-name: "@sentry*"
10-
- package-ecosystem: gradle
11-
directory: "/android"
12-
schedule:
13-
interval: weekly
14-
open-pull-requests-limit: 2
15-
- package-ecosystem: "github-actions"
16-
directory: "/"
17-
schedule:
3+
- package-ecosystem: npm
4+
directory: '/'
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 0 # security updates only
8+
groups:
9+
# The name of the group, it will be used in PR titles and branch
10+
babel-dependencies:
11+
patterns:
12+
- '@babel/*'
13+
react-native-deps:
14+
patterns:
15+
- '@react-native/*'
16+
typescript-eslint-deps:
17+
patterns:
18+
- '@typescript-eslint/*'
19+
ignore:
20+
- dependency-name: '@sentry*'
21+
- package-ecosystem: gradle
22+
directory: '/android'
23+
schedule:
24+
interval: weekly
25+
open-pull-requests-limit: 2
26+
- package-ecosystem: 'github-actions'
27+
directory: '/'
28+
schedule:
1829
interval: weekly

0 commit comments

Comments
 (0)