summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Bast <2790401+dbast@users.noreply.github.com>2021-08-02 10:34:11 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2021-08-08 11:15:18 +0200
commit6ce55624f7155a3ed68d885cb8fa4ba33f14cb7c (patch)
treeed3455be81f6e135612778086a9d0394fde70c43 /.github
parent708efaa812dc81409b7e30c5572a939485a19fdb (diff)
Add dependabot config for cargo updates
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..564713e
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+ - package-ecosystem: "cargo"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+