Skip to content

Commit

Permalink
Update dependabot.yml config (#1938)
Browse files Browse the repository at this point in the history
* Update dependabot.yml

Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>

* pin jupyterlab_services to requirments

Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>

* lint

Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>

Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
  • Loading branch information
SajidAlamQB authored and AhdraMeraliQB committed Oct 21, 2022
1 parent 0803e74 commit 4dfb14e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ updates:
directory: "/dependency" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "dependency-update"
labels:
- "dependencies"
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ flake8>=3.7.9, <5.0
ipython>=7.31.1, <8.0
isort~=5.0
jupyter~=1.0
jupyterlab_server>=2.11.1, <2.16.0
jupyterlab~=3.0
kedro[pandas.CSVDataSet]=={{ cookiecutter.kedro_version }}
kedro-telemetry~=0.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ flake8>=3.7.9, <5.0
ipython>=7.31.1, <8.0
isort~=5.0
jupyter~=1.0
jupyterlab_server>=2.11.1, <2.16.0
jupyterlab~=3.0
kedro~={{ cookiecutter.kedro_version }}
kedro-telemetry~=0.2.0
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ipython>=7.31.1, <8.0
isort~=5.0
Jinja2<3.1.0
joblib>=0.14
jupyterlab_server>=2.11.1, <2.16.0 # 2.16.0 requires importlib_metedata >= 4.8.3 which conflicts with flake8 requirement
jupyterlab~=3.0
jupyter~=1.0
lxml~=4.6
Expand Down

0 comments on commit 4dfb14e

Please sign in to comment.