Files
codeocean/.github/dependabot.yml
Sebastian Serth b338992b10 Dependabot: Ignore Rubocop updates
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.
2023-12-16 00:10:19 +01:00

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