Skip to content

Commit 3936d37

Browse files
authored
chore: Update dependabot settings (#292)
* Updates the dependabot limit so it can open more than 5 outstanding pull requests * Add an appropriate commit prefix * Add assignees * Check weekly (instead of daily) This is similar to the settings from [deephaven-core](https://github.com/deephaven/deephaven-core/blob/v41.0/.github/dependabot.yml).
1 parent 847c62f commit 3936d37

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@ version: 2
22
updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
5+
open-pull-requests-limit: 99
56
schedule:
6-
interval: "daily"
7+
interval: "weekly"
8+
commit-message:
9+
prefix: "chore(github-actions)"
10+
assignees:
11+
- "devinrsmith"
12+
- "kosak"
713
- package-ecosystem: "gradle"
814
directory: "/"
15+
open-pull-requests-limit: 99
916
schedule:
10-
interval: "daily"
11-
17+
interval: "weekly"
18+
commit-message:
19+
prefix: "chore(gradle)"
20+
assignees:
21+
- "devinrsmith"
22+
- "kosak"

0 commit comments

Comments
 (0)