Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Dependabot configuration
# See https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# Keep GitHub Actions used in workflows up to date
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
hooks:
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.10
rev: v0.15.17
hooks:
- id: ruff-check
types_or: [python, pyi, jupyter]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Conveniently, a set of workflows via Github Actions are already installed:
- `prek`: run prek hooks
- `pytest`: automatically discover and runs tests in `tests/`

Additionally, [Dependabot](https://docs.github.com/code-security/dependabot) is configured to open PRs weekly that keep the GitHub Actions used in these workflows up to date.

Tools:

- [uv](https://docs.astral.sh/uv/): manage dependencies, Python versions and virtual environments
Expand Down
Loading
Loading