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+ # This configures updates via dependabot only for github actions.
2+ # All updates are grouped into a single PR.
3+
14version : 2
25updates :
36- package-ecosystem : github-actions
47 directory : " /"
58 schedule :
69 interval : monthly
10+ groups :
11+ github-actions :
12+ patterns :
13+ - " *"
14+
15+ # Ref: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
Original file line number Diff line number Diff line change 7373 python -m pip install --upgrade pip setuptools wheel
7474
7575 # Select to install a stable tagged version or main branch (in development)
76- python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.2
76+ python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.3
7777 # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
7878
7979 # install custom pylode 2.x (adds sorted collections,
Original file line number Diff line number Diff line change 6767 python -m pip install --upgrade pip setuptools wheel
6868
6969 # Select to install a stable tagged version or main branch (in development)
70- python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.2
70+ python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.3
7171 # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
7272
7373 # install custom pylode 2.x
Original file line number Diff line number Diff line change 6161 python -m pip install --upgrade pip setuptools wheel
6262
6363 # Select to install a stable tagged version or main branch (in development)
64- python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.2
64+ python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.3
6565 # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
6666
6767 # install custom pylode 2.x
Original file line number Diff line number Diff line change 1111# Else download it from https://git-scm.com/download/win
1212
1313export GITHUB_ENV := datetime (" %Y-%m-%dT%H%M" )
14+ set windows-shell := [" C:\\ Program Files\\ Git\\ bin\\ sh.exe" ," -c" ]
1415
1516# List all commands as default command. The prefix "_" hides the command.
1617_ default :
Original file line number Diff line number Diff line change 11## Excel templates
22
3- With version v1.0.0 of voc4cat-tool xlsx-templates have become optional.
3+ With the release of version v1.0.0 of voc4cat-tool xlsx-templates have become optional.
44
55Use this folder to provide your own custom template, for example, with a help or an about sheet.
66If you name the template ` default_sheets.xlsx ` it will be picked up automatically
77(this name is pre-configured in gh-actions).
8- Note that templates may not contain any of the sheets that are dynamically created in v1.0.0.
8+ Note that templates may not contain any of the sheets that are dynamically created since v1.0.0.
99
1010Therefore, ** earlier template versions cannot be used** without adaption,
1111see [ documentation] ( https://nfdi4cat.github.io/voc4cat-tool/migration-to-v1.0.html#step-4-generate-v1-0-excel-template ) .
You can’t perform that action at this time.
0 commit comments