Skip to content

Commit

Permalink
Update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Jan 30, 2025
1 parent 43f6df6 commit 7d92c37
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
commit-message:
prefix: "chore(dependencies): PIP"
groups:
test-dependencies:
patterns:
- "*"

# It uses the `.python-version` files defined in `skore/ci/requirements/python*/`
# to specify the python version to used to update each requirements file
# `skore/requirements/**/test-requirements.txt`
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ examples/plot_*.png

# Include excluded directories from github-actions
!/.github/**/build/
!/skore/ci/**/.python-version

# Exclude hatch artifacts
skore/LICENSE
1 change: 1 addition & 0 deletions skore/ci/requirements/python-3.10/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10
1 change: 1 addition & 0 deletions skore/ci/requirements/python-3.11/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11
1 change: 1 addition & 0 deletions skore/ci/requirements/python-3.12/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
1 change: 1 addition & 0 deletions skore/ci/requirements/python-3.9/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9

0 comments on commit 7d92c37

Please sign in to comment.