summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-29 19:09:32 +0000
committerGitHub <noreply@github.com>2021-04-29 19:09:32 +0000
commit3f393dd7a6560cce5a4a7540219af5740d69007c (patch)
tree4f47bd0b687d04bb15119c22c07538a71fde88ae
parente584862835eeb71f6cb479d357e5d3dfca885c7f (diff)
downloadrust-libc-dependabot/add-v2-config-file.tar.gz
Upgrade to GitHub-native Dependabotdependabot/add-v2-config-file
-rw-r--r--.github/dependabot.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..a6a3751454
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,14 @@
+version: 2
+updates:
+- package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10
+ ignore:
+ - dependency-name: cc
+ versions:
+ - "> 1.0.52"
+ - dependency-name: ctest2
+ versions:
+ - "> 0.3"