From 59c4107da61b71b84650a650a4e899f6c6f43e1b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 May 2024 15:39:31 +0000 Subject: [PATCH 1/2] dependabot.yml: update to match main configuration --- .github/dependabot.yml | 51 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 47 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 203f3c88..41e2af88 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +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: "weekly" + - 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 b2202a1a835d168be0b8f5bf52cc0f1b6e7d9716 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 May 2024 15:39:32 +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