aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Arcieri <bascule@gmail.com>2021-04-30 12:32:30 -0700
committerGitHub <noreply@github.com>2021-04-30 12:32:30 -0700
commit5fabffe1570968b3333cbc2f8092a91bb9815004 (patch)
tree0c83f1d0fea8b5362c2be9444d74145d55788fac
parenta1ceee2bfe36b3719ba7a643da63a689429cf0ff (diff)
downloadPAKEs-5fabffe1570968b3333cbc2f8092a91bb9815004.tar.xz
Add Dependabot config (#43)
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..5cde165
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+- package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10