-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependabot.yml: update to match main configuration
- Loading branch information
1 parent
0a1a529
commit 789004f
Showing
1 changed file
with
14 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,18 @@ | ||
# 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: pip | ||
directory: / | ||
schedule: | ||
interval: daily | ||
allow: | ||
- dependency-type: all |