From 57172cd283afea52348f06a655f09f9b4608770f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 May 2024 15:39:36 +0000 Subject: [PATCH 1/2] dependabot.yml: update to match main configuration --- .github/dependabot.yml | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4de0a86b3..41e2af882 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: "/" + directory: / schedule: interval: daily - open-pull-requests-limit: 10 + 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 7bd4bf94129363236177170406ce079af5d7e418 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 May 2024 15:39:37 +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 6aeceb58a..1f155f828 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