feat: group GitHub Actions and Docker updates in dependabot configura… #3
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: (Auto) Pull Request Create | |
| on: | |
| push: | |
| branches-ignore: | |
| - master | |
| - main | |
| - dependabot/** | |
| permissions: | |
| contents: read | |
| packages: write | |
| pull-requests: write | |
| jobs: | |
| call: | |
| uses: devops-infra/.github/.github/workflows/reusable-auto-pull-request-create.yml@v1 | |
| with: | |
| profile: actions | |
| secrets: inherit |