summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-25 17:58:58 -0400
committerseth <[email protected]>2023-04-25 17:58:58 -0400
commitea20a594bc021d531de40dfbe3537fece8f980d3 (patch)
treee6112b721250538d7d5b913e1ae178b10bc539e1 /.github/dependabot.yml
parent63e08b24cda93c1a69de7240693dea0f3c8286ff (diff)
renovatebot -> dependabot
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..ea75cc8
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,15 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ commit-message:
+ prefix: "deps(actions)"
+
+ - package-ecosystem: "cargo"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ commit-message:
+ prefix: "deps(crates)"