Skip to content

Commit

Permalink
dependabot: fix ident (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Apr 9, 2024
1 parent d3f4200 commit 88c171e
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,36 @@
---
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: sucker_punch
versions:
- "> 2.0"
- dependency-name: i18n
versions:
- 1.8.10
- 1.8.8
- 1.8.9

# GitHub actions
- package-ecosystem: bundler
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
open-pull-requests-limit: 5
ignore:
- dependency-name: sucker_punch
versions:
- "> 2.0"
- dependency-name: i18n
versions:
- 1.8.10
- 1.8.8
- 1.8.9

# Maintain dependencies for GitHub Actions (/.github/workflows)
- package-ecosystem: "github-actions"
directory: "/"
reviewers:
- "elastic/observablt-ci"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
open-pull-requests-limit: 5
reviewers:
- "elastic/observablt-ci"
labels:
- dependencies
groups:
github-actions:
patterns:
Expand Down

0 comments on commit 88c171e

Please sign in to comment.