]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Upgrade to GitHub-native Dependabot 1408/head
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Wed, 28 Apr 2021 16:46:45 +0000 (16:46 +0000)
committerGitHub <noreply@github.com>
Wed, 28 Apr 2021 16:46:45 +0000 (16:46 +0000)
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..5a71c3a
--- /dev/null
@@ -0,0 +1,12 @@
+version: 2
+updates:
+- package-ecosystem: pip
+  directory: "/"
+  schedule:
+    interval: monthly
+    time: "08:00"
+  open-pull-requests-limit: 99
+  ignore:
+  - dependency-name: sphinx
+    versions:
+    - "> 2.4.4"