From 0e04a0e10debceddc715504fc20aa6c0bbffea6f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 May 2024 16:18:01 +0000 Subject: [PATCH 1/2] dependabot.yml: update to match main configuration --- .github/dependabot.yml | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..41e2af8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +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 + 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 d6598122a559f9b0eb41355cab89b51b668ad1a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 May 2024 16:18:02 +0000 Subject: [PATCH 2/2] .rubocop.yml: update to match main configuration --- .rubocop.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 6aeceb5..ffe2099 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,4 @@ +# This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly. --- AllCops: TargetRubyVersion: 3.3 @@ -12,8 +13,6 @@ AllCops: - Taps/*/*/vendor/**/* SuggestExtensions: rubocop-minitest: false -Homebrew: - Enabled: true Layout/ArgumentAlignment: Exclude: - Taps/*/*/*.rb