summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-29 15:04:46 +0000
committerGitHub <noreply@github.com>2021-04-29 15:04:46 +0000
commitb44012b38f2d06b92f9c403614f5d6d383cccbc3 (patch)
tree3dd066d6b757deb5ddb0e59a57d12fb14acd5f5e
parent0b44aa6f68ab967dd5d74b7e02d306f2b8388928 (diff)
Upgrade to GitHub-native Dependabotdependabot/add-v2-config-file
-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