From: David Lord Date: Sun, 26 Dec 2021 23:05:29 +0000 (-0700) Subject: updates go to maintenance branch X-Git-Tag: 3.0.x~6^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68617eef384b325b5f54f69809273eb027277e71;p=thirdparty%2Fjinja.git updates go to maintenance branch --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5a71c3af..a2681770 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"