Skip to content

Commit

Permalink
Merge pull request #854 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 c4e7c48 + b2202a1 commit de6b2be
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 6 deletions.
51 changes: 47 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ AllCops:
- Taps/*/*/vendor/**/*
SuggestExtensions:
rubocop-minitest: false
Homebrew:
Enabled: true
Layout/ArgumentAlignment:
Exclude:
- Taps/*/*/*.rb
Expand Down

0 comments on commit de6b2be

Please sign in to comment.