]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
updates go to maintenance branch
authorDavid Lord <davidism@gmail.com>
Sun, 26 Dec 2021 23:05:29 +0000 (16:05 -0700)
committerDavid Lord <davidism@gmail.com>
Sun, 26 Dec 2021 23:05:29 +0000 (16:05 -0700)
.github/dependabot.yml

index 5a71c3af95ef0e39189298729b0e86f26fd3539d..a2681770030d2b8cea88b2412cf13db187648d34 100644 (file)
@@ -1,12 +1,19 @@
 version: 2
 updates:
-- package-ecosystem: pip
-  directory: "/"
+- package-ecosystem: "pip"
+  directory: "/requirements"
+  target-branch: "3.0.x"
+  versioning-strategy: "lockfile-only"
   schedule:
-    interval: monthly
-    time: "08:00"
+    interval: "monthly"
+    day: "monday"
+    time: "16:00"
+    timezone: "UTC"
   open-pull-requests-limit: 99
-  ignore:
-  - dependency-name: sphinx
-    versions:
-    - "> 2.4.4"
+- package-ecosystem: "github-actions"
+  directory: "/"
+  schedule:
+    interval: "monthly"
+    day: "monday"
+    time: "16:00"
+    timezone: "UTC"