mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 12:40:22 +00:00
We don't use this for anything and approving the dependabot PRs is a bit of a waste of time.
22 lines
521 B
YAML
22 lines
521 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
# 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: /Library/Homebrew
|
|
schedule:
|
|
interval: daily
|
|
allow:
|
|
- dependency-type: all
|
|
ignore:
|
|
- dependency-name: sorbet-runtime
|
|
versioning-strategy: lockfile-only
|