Skip to content

Commit

Permalink
dependabot: configure to use groups for npm (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtro authored Jan 10, 2024
1 parent 1b59214 commit 6522812
Showing 1 changed file with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 2
ignore:
- dependency-name: "@sentry*"
- package-ecosystem: gradle
directory: "/android"
schedule:
interval: weekly
open-pull-requests-limit: 2
- package-ecosystem: "github-actions"
directory: "/"
schedule:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 0 # security updates only
groups:
# The name of the group, it will be used in PR titles and branch
babel-dependencies:
patterns:
- '@babel/*'
react-native-deps:
patterns:
- '@react-native/*'
typescript-eslint-deps:
patterns:
- '@typescript-eslint/*'
ignore:
- dependency-name: '@sentry*'
- package-ecosystem: gradle
directory: '/android'
schedule:
interval: weekly
open-pull-requests-limit: 2
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: weekly

0 comments on commit 6522812

Please sign in to comment.