From 7ea23dec44b6fcdb3e35a90ceafb99f4aea70693 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Tue, 1 Oct 2024 13:48:42 +0300 Subject: [PATCH] update dependabot config to match other repos Since the last update, we have introduced Prow blunderbuss for reviews, and also don't use the scope/commit message prefixes etc. Signed-off-by: Tuomo Tanskanen --- .github/dependabot.yml | 35 ++++++++++++++--------------------- 1 file changed, 14 insertions(+), 21 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fb2177e3b..80745fb15 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,25 +5,18 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" - reviewers: - - "lentzi90" - - "Rozzii" - - "tuminoid" +- package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" - commit-message: - prefix: build - prefix-development: chore - include: scope - reviewers: - - "lentzi90" - - "Rozzii" - - "tuminoid" +# Maintain dependencies for GitHub Actions +- package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "monthly" + target-branch: source + commit-message: + prefix: ":seedling:" + labels: + - "ok-to-test"