From 32f6dd1d5f0b7c24bda8bf950df176a0791045cb Mon Sep 17 00:00:00 2001 From: Laszlo Gombos Date: Mon, 21 Nov 2022 04:09:52 +0000 Subject: [PATCH] fix(github): yml syntax and commit message for dependabot Also fix commit message prefix. chore(github):(deps): bump ... --> chore(deps): bump ... --- .github/dependabot.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 221e1aead7..3bdd491cfe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,14 @@ version: 2 - # Maintain dependencies for GitHub Actions - updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: weekly - day: "tuesday" - commit-message: - prefix: "chore(github):" - include: "scope" - ignore: - - dependency-name: "Manual test" +# Maintain dependencies for GitHub Actions +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "tuesday" + commit-message: + prefix: "chore" + include: "scope" + ignore: + - dependency-name: "Manual test"