Skip to content

Commit 1d67554

Browse files
authored
Enable Dependabot (#18)
1 parent a1a48d6 commit 1d67554

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: maven
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
rebase-strategy: disabled
8+
- package-ecosystem: github-actions
9+
directory: "/"
10+
schedule:
11+
interval: daily
12+
rebase-strategy: disabled
13+
- package-ecosystem: cargo
14+
directory: "/native"
15+
schedule:
16+
interval: daily
17+
rebase-strategy: disabled

0 commit comments

Comments
 (0)