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
commitf093366edacb9753d5290ee5ba9ccc814a78e178 (patch)
treec3600382f1bc9f3622808d835321a4f164f553c2
parent5254dbfd25d5284728ab624dca1969d61427a0db (diff)
downloadrust-installer-dependabot/add-v2-config-file.tar.gz
Upgrade to GitHub-native Dependabotdependabot/add-v2-config-file
-rw-r--r--.github/dependabot.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..62b0c0b
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+version: 2
+updates:
+- package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10
+ ignore:
+ - dependency-name: remove_dir_all
+ versions:
+ - 0.6.0