Skip to content

Commit

Permalink
Merge pull request #673 from Homebrew/sync-shared-config
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jun 11, 2024
2 parents d91985b + ea7d39b commit a0ee9d1
Showing 1 changed file with 20 additions and 49 deletions.
69 changes: 20 additions & 49 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,53 +1,24 @@
# 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
groups:
artifacts:
patterns:
- actions/*-artifact

- 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: github-actions
directory: "/"
schedule:
interval: daily
allow:
- dependency-type: all
ignore:
- dependency-name: actions/stale
- dependency-name: dessant/lock-threads
groups:
artifacts:
patterns:
- actions/*-artifact
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
allow:
- dependency-type: all

- package-ecosystem: pip
directory: /
schedule:
interval: daily
allow:
- dependency-type: all

0 comments on commit a0ee9d1

Please sign in to comment.