mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-01 15:03:14 +00:00
Adding automatic dependency management
This commit is contained in:
parent
4c18df43aa
commit
c50e5857da
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: cargo
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
Loading…
x
Reference in New Issue
Block a user