From aff4212feb969fb8c773d6f1d1acd75b764e5a54 Mon Sep 17 00:00:00 2001 From: worgarside-dev Date: Tue, 21 Oct 2025 20:03:31 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20wo?= =?UTF-8?q?rgarside/github-config-files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 6 +++--- .github/workflows/auto_create_pr.yml | 1 + .github/workflows/ci_deployment.yml | 6 +++--- .github/workflows/ci_validation.yml | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8827a2..e2cac91 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - package-ecosystem: pip directory: / schedule: - interval: daily + interval: monthly open-pull-requests-limit: 20 reviewers: - worgarside @@ -12,13 +12,13 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: monthly reviewers: - worgarside - package-ecosystem: npm directory: / schedule: - interval: daily + interval: monthly reviewers: - worgarside diff --git a/.github/workflows/auto_create_pr.yml b/.github/workflows/auto_create_pr.yml index e16427b..92c1358 100644 --- a/.github/workflows/auto_create_pr.yml +++ b/.github/workflows/auto_create_pr.yml @@ -9,6 +9,7 @@ on: - chore/* - hotfix/* - refactor/* + workflow_dispatch: jobs: create-pr: diff --git a/.github/workflows/ci_deployment.yml b/.github/workflows/ci_deployment.yml index bea320a..04167ad 100644 --- a/.github/workflows/ci_deployment.yml +++ b/.github/workflows/ci_deployment.yml @@ -11,7 +11,7 @@ jobs: name: 'CI: Validation' uses: worgarside/github-config-files/.github/workflows/__ci_validation.yml@main with: - build-branch: ${{ github.ref }} + build-branch: '${{ github.ref }}' build-type: '' node-build-directory: '' python-version: '3.12' @@ -31,14 +31,14 @@ jobs: pages: write uses: worgarside/github-config-files/.github/workflows/__ci_deployment.yml@main with: - build-branch: ${{ github.ref }} + build-branch: '${{ github.ref }}' build-type: '' deploy-to: '' deploy-documentation: '' node-build-directory: '' path-to-__version__-file: '' python-version: '3.12' - release-tag: ${{ needs.ci-validation.outputs.release-tag }} + release-tag: '${{ needs.ci-validation.outputs.release-tag }}' unit-test: '' update-pyproject-toml: 'true' update-json-file-path: '' diff --git a/.github/workflows/ci_validation.yml b/.github/workflows/ci_validation.yml index 874317d..eefcaed 100644 --- a/.github/workflows/ci_validation.yml +++ b/.github/workflows/ci_validation.yml @@ -14,7 +14,7 @@ jobs: name: 'CI: Validation' uses: worgarside/github-config-files/.github/workflows/__ci_validation.yml@main with: - build-branch: ${{ github.ref }} + build-branch: '${{ github.ref }}' build-type: '' node-build-directory: '' python-version: '3.12' From 001ff047133e5704e18f3f5b16dc56988c07b731 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:05:37 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/ci_deployment.yml | 6 +++--- .github/workflows/ci_validation.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_deployment.yml b/.github/workflows/ci_deployment.yml index 04167ad..bea320a 100644 --- a/.github/workflows/ci_deployment.yml +++ b/.github/workflows/ci_deployment.yml @@ -11,7 +11,7 @@ jobs: name: 'CI: Validation' uses: worgarside/github-config-files/.github/workflows/__ci_validation.yml@main with: - build-branch: '${{ github.ref }}' + build-branch: ${{ github.ref }} build-type: '' node-build-directory: '' python-version: '3.12' @@ -31,14 +31,14 @@ jobs: pages: write uses: worgarside/github-config-files/.github/workflows/__ci_deployment.yml@main with: - build-branch: '${{ github.ref }}' + build-branch: ${{ github.ref }} build-type: '' deploy-to: '' deploy-documentation: '' node-build-directory: '' path-to-__version__-file: '' python-version: '3.12' - release-tag: '${{ needs.ci-validation.outputs.release-tag }}' + release-tag: ${{ needs.ci-validation.outputs.release-tag }} unit-test: '' update-pyproject-toml: 'true' update-json-file-path: '' diff --git a/.github/workflows/ci_validation.yml b/.github/workflows/ci_validation.yml index eefcaed..874317d 100644 --- a/.github/workflows/ci_validation.yml +++ b/.github/workflows/ci_validation.yml @@ -14,7 +14,7 @@ jobs: name: 'CI: Validation' uses: worgarside/github-config-files/.github/workflows/__ci_validation.yml@main with: - build-branch: '${{ github.ref }}' + build-branch: ${{ github.ref }} build-type: '' node-build-directory: '' python-version: '3.12'