From ebf3364adf73c6c3bfea580abe29a66c118beb51 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 May 2024 15:39:28 +0000 Subject: [PATCH 1/2] dependabot.yml: update to match main configuration --- .github/dependabot.yml | 56 +++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9d32954..41e2af88 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,49 @@ +# This file is synced from the `.github` repository, do not modify it directly. version: 2 + updates: -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 - # The actions in triage-issues.yml are updated in the Homebrew/.github repo - ignore: - - dependency-name: actions/stale - - dependency-name: dessant/lock-threads + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + allow: + - dependency-type: all + # The actions in triage-issues.yml are updated in the Homebrew/.github repo + ignore: + - dependency-name: actions/stale + - dependency-name: dessant/lock-threads + + - package-ecosystem: bundler + directory: / + schedule: + interval: daily + allow: + - dependency-type: all + + - package-ecosystem: npm + directory: / + schedule: + interval: daily + allow: + - dependency-type: all + + - package-ecosystem: docker + directory: / + schedule: + interval: daily + allow: + - dependency-type: all + + - package-ecosystem: devcontainers + directory: / + schedule: + interval: daily + allow: + - dependency-type: all + + - package-ecosystem: pip + directory: / + schedule: + interval: daily + allow: + - dependency-type: all From b6f1cb4d62c8c1cd7b4c52af98ea7587ddca9322 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 May 2024 15:39:29 +0000 Subject: [PATCH 2/2] .rubocop.yml: update to match main configuration --- .rubocop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 6aeceb58..1f155f82 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -12,8 +12,6 @@ AllCops: - Taps/*/*/vendor/**/* SuggestExtensions: rubocop-minitest: false -Homebrew: - Enabled: true Layout/ArgumentAlignment: Exclude: - Taps/*/*/*.rb