Bump pillow from 10.4.0 to 12.1.1 in /chart_data_extractor in the pip group across 1 directory #10
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: validate renovate config | |
| permissions: | |
| contents: read | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| validate-renovate-config: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v6 | |
| - name: Validate Renovate config | |
| uses: suzuki-shunsuke/github-action-renovate-config-validator@v2.0.0 |