Skip to content

Commit

Permalink
Update dependabot (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Jun 13, 2023
1 parent f4d5418 commit d283fc0
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 2 deletions.
57 changes: 56 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,62 @@ version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "weekly"
reviewers:
- adriangonz

- package-ecosystem: "pip"
directory: "/runtimes/alibi-detect"
schedule:
interval: "weekly"
reviewers:
- adriangonz

- package-ecosystem: "pip"
directory: "/runtimes/alibi-explain"
schedule:
interval: "weekly"
reviewers:
- adriangonz

- package-ecosystem: "pip"
directory: "/runtimes/huggingface"
schedule:
interval: "weekly"
reviewers:
- adriangonz

- package-ecosystem: "pip"
directory: "/runtimes/lightgbm"
schedule:
interval: "weekly"
reviewers:
- adriangonz

- package-ecosystem: "pip"
directory: "/runtimes/mlflow"
schedule:
interval: "weekly"
reviewers:
- adriangonz

- package-ecosystem: "pip"
directory: "/runtimes/mllib"
schedule:
interval: "weekly"
reviewers:
- adriangonz

- package-ecosystem: "pip"
directory: "/runtimes/sklearn"
schedule:
interval: "weekly"
reviewers:
- adriangonz

- package-ecosystem: "pip"
directory: "/runtimes/xgboost"
schedule:
interval: "weekly"
reviewers:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit d283fc0

Please sign in to comment.