Skip to content

Commit 56011b4

Browse files
authored
update dependabot config (#62)
1 parent 2bd32f2 commit 56011b4

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

.github/dependabot.yml

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,44 @@
11
version: 2
22
updates:
3+
# bump major and minor updates as soon as available
34
- package-ecosystem: cargo
4-
directory: "/"
5+
target-branch: main # see https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
6+
directory: /
57
schedule:
68
interval: daily
9+
commit-message:
10+
prefix: chore
11+
include: scope
12+
ignore:
13+
- dependency-name: "*"
14+
update-types:
15+
- "version-update:semver-patch"
16+
17+
# bundle patch updates together on a monthly basis
18+
- package-ecosystem: cargo
19+
directory: /
20+
schedule:
21+
interval: monthly
22+
commit-message:
23+
prefix: chore
24+
include: scope
25+
groups:
26+
patch-updates:
27+
update-types:
28+
- patch
29+
ignore:
30+
- dependency-name: "*"
31+
update-types:
32+
- "version-update:semver-minor"
33+
- "version-update:semver-major"
34+
35+
# bump actions as soon as available
736
- package-ecosystem: github-actions
8-
directory: "/"
37+
directory: /
938
schedule:
1039
interval: daily
40+
commit-message:
41+
prefix: chore
42+
include: scope
1143
ignore:
1244
- dependency-name: dtolnay/rust-toolchain

0 commit comments

Comments
 (0)