File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,21 @@ updates:
44 - package-ecosystem : pip
55 directory : /
66 schedule :
7- interval : daily
7+ interval : monthly
88 open-pull-requests-limit : 20
99 reviewers :
1010 - worgarside
1111
1212 - package-ecosystem : github-actions
1313 directory : /
1414 schedule :
15- interval : daily
15+ interval : monthly
1616 reviewers :
1717 - worgarside
1818
1919 - package-ecosystem : npm
2020 directory : /
2121 schedule :
22- interval : daily
22+ interval : monthly
2323 reviewers :
2424 - worgarside
Original file line number Diff line number Diff line change 1111 name : ' CI: Validation'
1212 uses : worgarside/github-config-files/.github/workflows/__ci_validation.yml@main
1313 with :
14- build-branch : ${{ github.ref }}
14+ build-branch : ' ${{ github.ref }}'
1515 build-type : ' '
1616 node-build-directory : ' '
1717 python-version : ' 3.12'
@@ -31,14 +31,14 @@ jobs:
3131 pages : write
3232 uses : worgarside/github-config-files/.github/workflows/__ci_deployment.yml@main
3333 with :
34- build-branch : ${{ github.ref }}
34+ build-branch : ' ${{ github.ref }}'
3535 build-type : ' '
3636 deploy-to : ' '
3737 deploy-documentation : ' '
3838 node-build-directory : ' '
3939 path-to-__version__-file : ' '
4040 python-version : ' 3.12'
41- release-tag : ${{ needs.ci-validation.outputs.release-tag }}
41+ release-tag : ' ${{ needs.ci-validation.outputs.release-tag }}'
4242 unit-test : ' '
4343 update-pyproject-toml : ' true'
4444 update-json-file-path : ' '
Original file line number Diff line number Diff line change 1414 name : ' CI: Validation'
1515 uses : worgarside/github-config-files/.github/workflows/__ci_validation.yml@main
1616 with :
17- build-branch : ${{ github.ref }}
17+ build-branch : ' ${{ github.ref }}'
1818 build-type : ' '
1919 node-build-directory : ' '
2020 python-version : ' 3.12'
You can’t perform that action at this time.
0 commit comments