diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ee0695bb95..d9e9317d90 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,38 +3,16 @@ version: 2 updates: - - package-ecosystem: "bundler" - directory: "/dev/ci/mac" - schedule: - interval: "weekly" - reviewers: - - "christopherfujino" - - "jmagman" - - "keyonghan" - labels: - - "team" - - "team-infra" - - "autosubmit" - - package-ecosystem: "docker" - directory: "/dev/ci/docker_linux" - schedule: - interval: "weekly" - reviewers: - - "christopherfujino" - - "jmagman" - - "keyonghan" - labels: - - "team" - - "team-infra" - - "autosubmit" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + groups: + all-github-actions: + patterns: [ "*" ] reviewers: - "christopherfujino" - "jmagman" - - "keyonghan" labels: - "team" - "team-infra"