Skip to content

Commit 1166a74

Browse files
committed
ci: add dependabot.yml
1 parent db57fbf commit 1166a74

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: "*"
10+
update-types: ["version-update:semver-patch"]
11+
- package-ecosystem: cargo
12+
directory: "/integration-test/bins"
13+
schedule:
14+
interval: daily
15+
open-pull-requests-limit: 10
16+
ignore:
17+
- dependency-name: "*"
18+
update-types: ["version-update:semver-patch"]
19+
- package-ecosystem: github-actions
20+
directory: "/"
21+
schedule:
22+
interval: daily
23+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)