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 3dbc4e4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
commit-message:
prefix: "chore(dependencies): PIP"
groups:
test-dependencies:
patterns:
- "*"

# It uses `skore/ci/requirements/python*/.python-version` to specify the python
# version to used to update `skore/ci/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 3dbc4e4

Please sign in to comment.