From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:46:45 +0000 (+0000) Subject: Upgrade to GitHub-native Dependabot X-Git-Tag: 3.0.0~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1408%2Fhead;p=thirdparty%2Fjinja.git Upgrade to GitHub-native Dependabot --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5a71c3af --- /dev/null +++ b/.github/dependabot.yml @@ -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"