File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Please see the documentation for all configuration options:
2+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+ version : 2
5+ updates :
6+ - package-ecosystem : pip
7+ directory : /
8+ schedule :
9+ interval : monthly
10+ groups :
11+ production-dependencies :
12+ dependency-type : production
13+ development-dependencies :
14+ dependency-type : development
15+ - package-ecosystem : github-actions
16+ directory : /
17+ schedule :
18+ interval : monthly
Original file line number Diff line number Diff line change 1- name : docs
1+ name : docs
22
33on :
44 workflow_run :
55 workflows : [CI]
66 types :
7- - completed
7+ - completed
88 branches :
9- - main
9+ - main
1010
1111env :
1212 UV_FROZEN : true
@@ -17,16 +17,14 @@ jobs:
1717 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 - name : Install uv
22- uses : astral-sh/setup-uv@v5
23- with :
24- pyproject-file : pyproject.toml
22+ uses : astral-sh/setup-uv@v8.1.0
2523 - name : Install the project
2624 run : uv sync --all-extras
2725 - name : Build docs
2826 run : uv run pdoc -o docs/ -d google bids2table
29- - uses : actions/upload-pages-artifact@v3
27+ - uses : actions/upload-pages-artifact@v5
3028 with :
3129 path : docs/
3230
4341 url : ${{ steps.deployment.outputs.page_url }}
4442 steps :
4543 - id : deployment
46- uses : actions/deploy-pages@v4
44+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 1818 # IMPORTANT: this permission is mandatory for Trusted Publishing
1919 id-token : write
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - name : Install uv
23- uses : astral-sh/setup-uv@v5
24- with :
25- pyproject-file : pyproject.toml
23+ uses : astral-sh/setup-uv@v8.1.0
2624 - name : Build project
2725 run : |
2826 uv sync --no-dev --no-install-project
You can’t perform that action at this time.
0 commit comments