summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-29 15:04:46 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2021-05-12 11:18:03 +0200
commit285b1556a97e0499a2b50679ac6c359942c3e6e7 (patch)
tree2a9264a0336a4a5d425c538eb5665c4d22f1a245
parent8321cc661c94a2796c5033b6c368314f6853d04b (diff)
Upgrade to GitHub-native Dependabot
-rw-r--r--.github/dependabot.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..b4987cae
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,18 @@
+version: 2
+updates:
+- package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: monthly
+ time: "04:00"
+ timezone: Europe/Berlin
+ ignore:
+ - dependency-name: git2
+ versions:
+ - 0.13.17
+- package-ecosystem: gitsubmodule
+ directory: "/"
+ schedule:
+ interval: monthly
+ time: "04:00"
+ timezone: Europe/Berlin