Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak authored Jul 2, 2024
1 parent 64e8668 commit 303c767
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ vimdoc.
2. `README.md` gets converted to `./doc/${{ github.event.repository.name }}.txt` and auto-committed to the repo.

Optional:

Add the following to `./.github/dependabot.yml` to auto update your github action dependencies:

```
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
```

# Usage

### Generating vimdoc using GitHub Actions
Expand Down

0 comments on commit 303c767

Please sign in to comment.