From 17d995789a97174ac7cf7a399cb0a843dcc1620d Mon Sep 17 00:00:00 2001 From: ricardojdsilva87 Date: Wed, 13 Nov 2024 15:58:29 +0000 Subject: [PATCH] fix: README lint --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c0a9ed3..bd79456 100644 --- a/README.md +++ b/README.md @@ -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