summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-28 15:38:06 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-12-28 15:38:06 +0100
commitc50277a70281688e42dbe81ef7ba80a239fe7f3b (patch)
treed45e12dba8a727f1571067c48ed699311f16f39a
parent5cc96a7a9f8a48a13dca4dd6a48dacff27773f3b (diff)
Add dependabot configuration
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..3b65667
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+- package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: monthly
+- package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: monthly