diff options
author | Alexandre Flament <alex@al-f.net> | 2021-02-16 18:42:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 18:42:44 +0100 |
commit | fd1b8f661b61fcc674ce7e410ee49c16e1eb2391 (patch) | |
tree | 39bd1aca307fd608ee7b88f94ec23aedaa44c066 /.github | |
parent | 3ee24b685a6f70f387b6ae2461fcae2c5528eabf (diff) | |
download | searxng-fd1b8f661b61fcc674ce7e410ee49c16e1eb2391.tar.gz searxng-fd1b8f661b61fcc674ce7e410ee49c16e1eb2391.zip |
Update dependabot.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4646cf85e..ceef91b91 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,6 @@ updates: interval: "weekly" day: "friday" open-pull-requests-limit: 5 - target-branch: "update-dependencies" + target-branch: "master" ignore: - dependency-name: "pygments" |