Create Upgrade-Pull-Requests #28875
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
| # SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors | |
| # SPDX-License-Identifier: Apache-2.0 | |
| name: Create Upgrade-Pull-Requests | |
| on: | |
| schedule: | |
| - cron: '*/10 * * * *' | |
| workflow_dispatch: | |
| jobs: | |
| upgrade-pullrequests: | |
| uses: gardener/cc-utils/.github/workflows/upgrade-dependencies.yaml@master | |
| permissions: | |
| contents: read | |
| id-token: write |