Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5b06661
Update action.yml
Harvester57 Jul 10, 2025
09b9891
Update ci.yml
Harvester57 Jul 10, 2025
639a38f
Update action.yml
Harvester57 Jul 10, 2025
5b70d31
Update action.yml
Harvester57 Jul 10, 2025
57c447f
Update action.yml
Harvester57 Jul 10, 2025
a6d3e64
Update action.yml
Harvester57 Jul 10, 2025
6ec294d
Update ci.yml
Harvester57 Jul 10, 2025
aca4495
Test all Python versions
Harvester57 Jul 10, 2025
3ccc6a4
Don't test Python 3.9
Harvester57 Jul 10, 2025
c3d578d
Upload artifact for latest version only
Harvester57 Jul 10, 2025
cbe6f67
Wait for Windows build
Harvester57 Jul 10, 2025
f9b41fc
Fix version check
Harvester57 Jul 10, 2025
3d97c94
Update dependabot.yml
Harvester57 Jul 18, 2025
dfac673
Merge pull request #26 from Harvester57/patch-pip-dev
Harvester57 Jul 18, 2025
91cb511
pip-dev: bump mypy in the pip-dev-dependencies group
dependabot[bot] Jul 18, 2025
feaabe6
Merge pull request #25 from Harvester57/dependabot/pip/pip-dev-depend…
Harvester57 Jul 18, 2025
acbed63
Merge branch 'Wenzel:master' into windows-caching
Harvester57 Jul 25, 2025
1fad25f
pip: bump rich from 14.0.0 to 14.1.0 in the pip-prod-dependencies group
dependabot[bot] Jul 26, 2025
fdf00dc
Build on master only
Harvester57 Jul 30, 2025
960f4d0
Fix if condition for Poetry dependencies
Harvester57 Jul 30, 2025
bfbed10
Remove redundant step handled by setup-python
Harvester57 Jul 30, 2025
41d8759
Add comment
Harvester57 Jul 30, 2025
bea7b2d
pip-dev: bump the pip-dev-dependencies group across 1 directory with …
dependabot[bot] Aug 1, 2025
af485e3
Merge pull request #28 from Harvester57/dependabot/pip/pip-prod-depen…
Harvester57 Aug 3, 2025
aff42b4
Merge pull request #30 from Harvester57/dependabot/pip/pip-dev-depend…
Harvester57 Aug 3, 2025
52a7da0
Merge pull request #29 from Harvester57/windows-caching
Harvester57 Aug 3, 2025
6d52da7
Revert "CI: rework caching and build/test environment"
Harvester57 Aug 3, 2025
099c91c
Merge pull request #31 from Harvester57/revert-29-windows-caching
Harvester57 Aug 3, 2025
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
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ updates:
applies-to: version-updates
patterns:
- "*"
update-types:
- "minor"
- "patch"
dependency-type: development
pip-prod-dependencies:
applies-to: version-updates
patterns:
- "*"
update-types:
- "minor"
- "patch"
dependency-type: production
- package-ecosystem: "github-actions"
directory: "/"
Expand Down
Loading
Loading