summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Pillard <diox@users.noreply.github.com>2022-07-12 14:11:27 +0200
committerGitHub <noreply@github.com>2022-07-12 14:11:27 +0200
commit69214fedf2e8fc2ca41fe40719b62cd92e9d9128 (patch)
treeb2e692d74ebb14bb9a568eaeeedc1ac77cf32b22
parentd70f1d6cc8696386afa8590ba8e6f269658f112d (diff)
downloaddjango-compressor-69214fedf2e8fc2ca41fe40719b62cd92e9d9128.tar.gz
Create dependabot.yml
-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..2f30f84
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+- package-ecosystem: pip
+ directory: "/requirements"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 99