Skip to content

Commit

Permalink
fix: README lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojdsilva87 committed Nov 13, 2024
1 parent 70da259 commit 17d9957
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,18 @@ The principal key of each configuration need to match the package managers that

The `dependabot.yaml` created file will look like the following with the `registries:` key added:

```
```yaml
updates:
- package-ecosystem: 'npm'
directory: '/'
registries: --> added configuration
- package-ecosystem: "npm"
directory: "/"
registries: --> added configuration
- 'npm' --> added configuration
schedule:
interval: 'weekly'
interval: "weekly"
labels:
- 'test'
- 'dependabot'
- 'new'
- "test"
- "dependabot"
- "new"
```
### Example workflows
Expand Down

0 comments on commit 17d9957

Please sign in to comment.