Skip to content

Commit

Permalink
Merge pull request #5398 from Homebrew/sync-shared-config
Browse files Browse the repository at this point in the history
Synchronize shared configuration
  • Loading branch information
MikeMcQuaid committed May 24, 2024
2 parents f2114dc + e1d8b48 commit 80133e8
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
49 changes: 49 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly.
---
AllCops:
TargetRubyVersion: 3.3
Expand All @@ -12,8 +13,6 @@ AllCops:
- Taps/*/*/vendor/**/*
SuggestExtensions:
rubocop-minitest: false
Homebrew:
Enabled: true
Layout/ArgumentAlignment:
Exclude:
- Taps/*/*/*.rb
Expand Down

0 comments on commit 80133e8

Please sign in to comment.