Skip to content

Commit 0ed5852

Browse files
author
worgarside-dev
committed
🔄 synced file(s) with worgarside/github-config-files
1 parent 48e98be commit 0ed5852

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎.github/dependabot.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

‎.github/workflows/ci_deployment.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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: ''

‎.github/workflows/ci_validation.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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'

0 commit comments

Comments
 (0)