summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-28 16:44:45 +0000
committerGitHub <noreply@github.com>2021-04-28 16:44:45 +0000
commitbaf7f8aced2ea5bacdb6159f2ebab9f28ba5ef60 (patch)
tree0b0d795f2388142ed4c8bcf2cdbb59b50276bb9b
parentd4c1effb5c4bfc0f0c24850ff0c3c3d5d5bea234 (diff)
downloadrdflib-dependabot/add-v2-config-file.tar.gz
Upgrade to GitHub-native Dependabotdependabot/add-v2-config-file
-rw-r--r--.github/dependabot.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..62f2d35d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+version: 2
+updates:
+- package-ecosystem: pip
+ directory: "/"
+ schedule:
+ interval: weekly
+ open-pull-requests-limit: 10
+ ignore:
+ - dependency-name: sphinx
+ versions:
+ - 3.4.3
+ - 3.5.2