From d37de09662280ee720a68960095c88f3c8148cda Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Wed, 2 Oct 2024 11:59:39 -0700 Subject: [PATCH] chore(dependabot): revise configuration Operate on all package directories Update devDependencies too Weekly instead of daily Only "patch" level bug fixes for now --- .github/dependabot.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc1b35c6dab..a268da3fc0b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,16 @@ version: 2 updates: - package-ecosystem: 'npm' - directory: '/' + directories: + - '/' + - '/packages/*' schedule: - interval: 'daily' - allow: - - dependency-type: 'production' - dependency-name: '*' + interval: 'weekly' + groups: + patches: + update-types: + - 'patch' + - package-ecosystem: 'gomod' directory: '/' schedule: