Skip to content

Commit 472a846

Browse files
authored
ci(deps): enable dependabot (#129)
1 parent 3c35f9d commit 472a846

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: /
5+
schedule:
6+
interval: daily

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased - ReleaseDate
44
### Added
55
- License and contribution notes are added to the README.
6+
- Dependabot is enabled.
67

78
### Fixed
89
- Outdated code example in `README.md` is fixed.

0 commit comments

Comments
 (0)