Skip to content

Commit 597337c

Browse files
committed
rm dependabot automerge workflow
1 parent 12e2e56 commit 597337c

File tree

2 files changed

+0
-217
lines changed

2 files changed

+0
-217
lines changed

.github/workflows/dependabot-automerge.yaml

Lines changed: 0 additions & 179 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -58,44 +58,6 @@ jobs:
5858
</details>
5959
6060
61-
### dependabot-automerge.yaml
62-
63-
Automatically approve and merge Dependabot PRs matching certain criteria. Supports filtering by ecosystem and semver gap, such as "all actions minor+patch updates".
64-
65-
Repositories using this workflow must:
66-
* Have `Allow auto-merge` [enabled](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request#enabling-auto-merge).
67-
* Have branch protection enabled, with the `Require status checks to pass before merging` option enforcing CI.
68-
69-
70-
<details>
71-
<summary>Example Workflow</summary>
72-
73-
```yaml
74-
name: Dependabot auto-merge
75-
on:
76-
pull_request:
77-
types:
78-
- opened
79-
- reopened
80-
- synchronize
81-
paths:
82-
- '.github/workflows/**'
83-
84-
permissions: {}
85-
86-
jobs:
87-
automerge:
88-
permissions:
89-
contents: write
90-
pull-requests: write
91-
uses: Shopify/github-workflows/.github/workflows/dependabot-automerge.yaml@c395c2cfd65be9a36f5dcfd21f4a2498a477fed4 # v0.0.6
92-
with:
93-
actions: minor
94-
```
95-
96-
</details>
97-
98-
9961
### scorecard.yaml
10062
10163
Publish an [OpenSSF Scorecard](https://securityscorecards.dev/) for a project.

0 commit comments

Comments
 (0)