-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathdependabot.yml
41 lines (38 loc) · 1.03 KB
/
dependabot.yml
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
34
35
36
37
38
39
40
41
# SPDX-License-Identifier: Apache-2.0
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
rebase-strategy: "disabled"
commit-message:
prefix: "chore(deps,cargo)"
groups:
proto:
applies-to: version-updates
patterns:
- "prost*"
- "pbjson*"
cargo:
applies-to: version-updates
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps,github-actions)"
ignore:
- dependency-name: "dtolnay/rust-toolchain"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
# 4 hours after the weekly Substrait release cron job
# https://github.com/substrait-io/substrait/blob/90fce6a582c1009435d26b63083486ac1eed5906/.github/workflows/release.yml#L1-L6
interval: "weekly"
day: "sunday"
time: "06:00"
commit-message:
prefix: "chore(deps,substrait)!:"