forked from getsentry/sentry-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
33 lines (32 loc) · 996 Bytes
/
dependabot.yml
File metadata and controls
33 lines (32 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
version: 2
updates:
- package-ecosystem: npm
open-pull-requests-limit: 0 # security updates only
directory: '/'
schedule:
# Going to start with a high interval, and then tone it back
interval: daily
reviewers:
- '@getsentry/docs'
labels: []
# Group dependency updates together in one PR
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
groups:
# The name of the group, it will be used in PR titles and branch
babel-dependencies:
patterns:
- '@babel/*'
emotion-dependencies:
patterns:
- '@emotion/*'
mdx-dependencies:
patterns:
- '@mdx-js/*'
ts-eslint-dependencies:
patterns:
- '@typescript-eslint/*'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
# Check for updates to GitHub Actions every week
interval: 'daily'