Skip to content

Commit

Permalink
Added dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Nov 18, 2024
1 parent c078b16 commit b36755a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# The documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "maven"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgpack==1.0.5
numpy
optuna
packaging==23.1
pandas
pandas==2.2.0
Pillow==11.0.0
pkgutil_resolve_name==1.3.10
pluggy==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pandas",
"setuptools",
"scikit-learn",
"torch<=2.5.2",
"torch<=2.5.1",
"matplotlib",
"optuna",
],
Expand Down

0 comments on commit b36755a

Please sign in to comment.