Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
179 changes: 0 additions & 179 deletions .github/workflows/dependabot-automerge.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,44 +58,6 @@ jobs:
</details>


### dependabot-automerge.yaml

Automatically approve and merge Dependabot PRs matching certain criteria. Supports filtering by ecosystem and semver gap, such as "all actions minor+patch updates".

Repositories using this workflow must:
* 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).
* Have branch protection enabled, with the `Require status checks to pass before merging` option enforcing CI.


<details>
<summary>Example Workflow</summary>

```yaml
name: Dependabot auto-merge
on:
pull_request:
types:
- opened
- reopened
- synchronize
paths:
- '.github/workflows/**'

permissions: {}

jobs:
automerge:
permissions:
contents: write
pull-requests: write
uses: Shopify/github-workflows/.github/workflows/dependabot-automerge.yaml@c395c2cfd65be9a36f5dcfd21f4a2498a477fed4 # v0.0.6
with:
actions: minor
```

</details>


### scorecard.yaml

Publish an [OpenSSF Scorecard](https://securityscorecards.dev/) for a project.
Expand Down