diff --git a/scaffolder-templates/all-in-one/template.yaml b/scaffolder-templates/all-in-one/template.yaml index 2ec4ba0..fcbc721 100644 --- a/scaffolder-templates/all-in-one/template.yaml +++ b/scaffolder-templates/all-in-one/template.yaml @@ -106,6 +106,7 @@ spec: token: ${{ secrets.USER_GITHUB_OAUTH_TOKEN }} repoUrl: ${{ parameters.repoUrl }} branchName: chore/ci/all-in-one + update: true description: | # Initialize or Update CI/CD Pipelines diff --git a/scaffolder-templates/ci_schedule/template.yaml b/scaffolder-templates/ci_schedule/template.yaml index a87971a..b767ec7 100644 --- a/scaffolder-templates/ci_schedule/template.yaml +++ b/scaffolder-templates/ci_schedule/template.yaml @@ -76,6 +76,7 @@ spec: token: ${{ secrets.USER_GITHUB_OAUTH_TOKEN }} repoUrl: ${{ parameters.repoUrl }} branchName: chore/ci/schedule + update: true description: | # Scheduled GitHub Actions diff --git a/scaffolder-templates/dependabot/template.yaml b/scaffolder-templates/dependabot/template.yaml index 54e9f68..54a110b 100644 --- a/scaffolder-templates/dependabot/template.yaml +++ b/scaffolder-templates/dependabot/template.yaml @@ -59,6 +59,7 @@ spec: token: ${{ secrets.USER_GITHUB_OAUTH_TOKEN }} repoUrl: ${{ parameters.repoUrl }} branchName: chore/ci/dependabot + update: true description: | # Initialize [GitHub Dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates). diff --git a/scaffolder-templates/semrel/template.yaml b/scaffolder-templates/semrel/template.yaml index 4b52a50..2e83c12 100644 --- a/scaffolder-templates/semrel/template.yaml +++ b/scaffolder-templates/semrel/template.yaml @@ -51,6 +51,7 @@ spec: token: ${{ secrets.USER_GITHUB_OAUTH_TOKEN }} repoUrl: ${{ parameters.repoUrl }} branchName: chore/ci/init-semrel + update: true description: | # Initialize [go-semantic-release](https://go-semantic-release.xyz/).