
Rubocop updates frequently need a manual intervention to fix newly identified offenses. This won't work with the pipeline, so that we temporarily disable these auto-updates.
39 lines
682 B
YAML
39 lines
682 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: bundler
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "03:00"
|
|
timezone: UTC
|
|
labels:
|
|
- dependencies
|
|
- ruby
|
|
ignore:
|
|
- dependency-name: rubocop*
|
|
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "03:00"
|
|
timezone: UTC
|
|
labels:
|
|
- dependencies
|
|
- javascript
|
|
groups:
|
|
sentry-javascript:
|
|
patterns:
|
|
- "@sentry*"
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "03:00"
|
|
timezone: UTC
|
|
labels:
|
|
- dependencies
|
|
- github-actions
|