Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Apr 25, 2024
1 parent c9dcece commit 26410e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dependabot
name: Dependabot Approve and Merge

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/local-dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dependabot
name: Dependabot Approve and Merge

on: pull_request_target

Expand Down
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: no-commit-to-branch
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
add_to_project_pat: ${{ secrets.ADD_TO_PROJECT_PAT }}
```
### Example Dependabot Usage
### Example Dependabot Approve and Merge Usage
```yaml
name: Dependabot
name: Dependabot Approve and Merge

on: pull_request_target

Expand Down

0 comments on commit 26410e7

Please sign in to comment.