From 3ee24b685a6f70f387b6ae2461fcae2c5528eabf Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 16 Feb 2021 18:41:34 +0100 Subject: [PATCH] Create dependabot.yml Only pip packages and ignore pygments, related to https://github.com/searx/searx/pull/2206 --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..4646cf85 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + day: "friday" + open-pull-requests-limit: 5 + target-branch: "update-dependencies" + ignore: + - dependency-name: "pygments"