Skip to content

Bump peter-evans/create-pull-request from 7.0.3 to 8.1.1 #137

Bump peter-evans/create-pull-request from 7.0.3 to 8.1.1

Bump peter-evans/create-pull-request from 7.0.3 to 8.1.1 #137

---
name: Generate dependabot.yml
on:
push:
repository_dispatch:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate dependabot.yml
uses: Makeshift/generate-dependabot-glob-action@5cd45385ce6519f68d574aab9699832b3a5e5031 # v1.3.4
- name: Create Pull Request
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
title: '[Automated] Update dependabot.yml'
body: |
This PR was automatically generated by the generate-dependabot.yml workflow.