Skip to content

Commit 687cedc

Browse files
committed
Add Dependabot configuration
Add configuration for Dependabot to automatically update dependencies, if possible. Updates are currently managed Cargo.toml based Rust dependencies. Signed-off-by: Daniel Müller <[email protected]>
1 parent 4a567f2 commit 687cedc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: cargo
7+
versioning-strategy: auto
8+
directory: examples/rust/
9+
schedule:
10+
interval: daily

0 commit comments

Comments
 (0)