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: