From 7e480a428947423f1fd8a469cf0e9f5b6e2de236 Mon Sep 17 00:00:00 2001 From: Chas Nelson Date: Fri, 24 Jun 2022 11:36:57 +0100 Subject: [PATCH] feat: update dependabot config --- .github/dependabot.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c077b7b..92da8a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,19 @@ updates: - package-ecosystem: "github-actions" directory: "/.github/" schedule: - interval: "weekly" + interval: "monthly" reviewers: - - "gliff-ai/techteam" + - "gliff-ai/ci-cd" + commit-message: + prefix: "chore: " - package-ecosystem: "npm" + # ignore all minor and patch updates as these will be caught by our gliff-ai-robot directory: "/" schedule: interval: "weekly" reviewers: - - "gliff-ai/techteam" + - "gliff-ai/frontend" + ignore: + - dependency-name: "*" + update-types: + ["version-update:semver-minor", "version-update:semver-patch"]