From 6c4442e886583fd443d24688c206888396b3b3fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 14:21:25 +0200 Subject: [PATCH] Configure Renovate (#18) * removed needs and renamed package-and-release * removed non general caltech101 training * add trainer tests * removed padding as kwarg * added test_cnn * Update README.md * Update python-app.yml * Update README.md * change to Apache2.0 license * add docs workflow * add dockerhub login * Update python-app.yml * Update python-app.yaml * Update python-app.yml * change to password * reverted add docker login * add logo * change codecov logo * removed print in test * removed print and progressbar * update Readme * add python script * add final yaml * remove docs pdf action * add functional tests * update pipeline * removed cross platform unittests on previous python versions * added dataset docstrings * added code examples * add pil transforms doc * added powerpil * add docs for models * add other docs * changed repository name * change repository url in meta * added typings for datasets * added typings for models * added typings for metrics * pre-commit run * add docstrings for metrics * fixed metrics errors * add docstrings to checkpointer * updated exceptions and parser * add docstring to logger * utils data docstrings * update trainers * change username on pr template * fix Dict imported from the wrong package * bump version to 0.1.4 * final annotations (#15) * final annotations * Update python-app.yml * run ci in docs pr * run ci in docs pr * clean CI * faster functional CI * add pre-commit to CI * add needs pre-commit to build * remove pre-commit * Add renovate.json Co-authored-by: vbadenas Co-authored-by: Victor Badenas Crespo <47003732+vbadenas@users.noreply.github.com> Co-authored-by: vbadenas Co-authored-by: Victor Badenas <47003732+victorbadenas@users.noreply.github.com> Co-authored-by: Renovate Bot --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..f45d8f1 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "config:base" + ] +}