Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update github-actions #29

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Type Update
actions/checkout 692973e -> eef6144 action digest
suzuki-shunsuke/github-action-renovate-config-validator v1.0.1 -> v1.1.0 action minor
trunk-io/trunk-action 86b68ff -> 12da16f action digest

Release Notes

suzuki-shunsuke/github-action-renovate-config-validator (suzuki-shunsuke/github-action-renovate-config-validator)

v1.1.0

Compare Source

Features

#​699 #​701 Support validating multiple files

You can validate multiple files by setting multiple lines to config_file_path.
Leading spaces on each line are removed.

e.g.

with:
  config_file_path: |
    default.json
    foo.json

You can pass config_file_path through output command.

e.g.

      - id: files
        run: |
          set -euo pipefail
          files=$(git ls-files | grep renovate.json)

### https://stackoverflow.com/a/74232400
          EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
          {
            echo "files<<$EOF"
            echo "$files"
            echo "$EOF"
          } >> "$GITHUB_OUTPUT"
      - name: Pass files through output
        uses: suzuki-shunsuke/[email protected]
        with:
          config_file_path: ${{ steps.files.outputs.files }}

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Sep 9, 2024
@renovate renovate bot requested a review from a team as a code owner September 9, 2024 01:18
@renovate renovate bot enabled auto-merge (rebase) September 9, 2024 01:18
@renovate renovate bot changed the title chore(deps): update 🤖 github actions to v1.1.0 chore(deps): update github-actions Sep 30, 2024
@renovate renovate bot force-pushed the renovate/github-actions branch from 8429b46 to 07a8bd7 Compare September 30, 2024 18:22
@renovate renovate bot force-pushed the renovate/github-actions branch from 07a8bd7 to 0d6a027 Compare October 7, 2024 19:29
@renovate renovate bot force-pushed the renovate/github-actions branch from 0d6a027 to 7819545 Compare October 22, 2024 23:33
@sheldonhull sheldonhull force-pushed the renovate/github-actions branch from 7819545 to 0613e4b Compare October 23, 2024 02:24
@renovate renovate bot merged commit fe37a9b into main Oct 23, 2024
4 checks passed
@renovate renovate bot deleted the renovate/github-actions branch October 23, 2024 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant