diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-04-30 08:01:53 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-04-30 13:20:27 +0200 |
commit | e8541b6006cd6a00556957433c9de64c23ba0c84 (patch) | |
tree | 49ddcece5d7996816b3df0487ff93f8aa3797d27 /.github/dependabot.yml | |
parent | 7ad03488781cb5ae4edac9530f15217fe246fe75 (diff) | |
download | searxng-e8541b6006cd6a00556957433c9de64c23ba0c84.tar.gz searxng-e8541b6006cd6a00556957433c9de64c23ba0c84.zip |
[theme] peel out oscar from SearXNG development
This is the first step of removing oscar theme
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0265e11fb..d99ba9156 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,13 +9,6 @@ updates: open-pull-requests-limit: 5 target-branch: "master" - package-ecosystem: "npm" - directory: "/searx/static/themes/oscar" - schedule: - interval: "weekly" - day: "friday" - open-pull-requests-limit: 5 - target-branch: "master" - - package-ecosystem: "npm" directory: "/searx/static/themes/simple" schedule: interval: "weekly" |