Skip to content

Commit

Permalink
Merge pull request #17359 from Homebrew/update_dependabot
Browse files Browse the repository at this point in the history
dependabot.yml: consistency updates.
  • Loading branch information
MikeMcQuaid authored May 24, 2024
2 parents 545f17e + 5b6d47f commit f1a7d97
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ updates:
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
Expand All @@ -20,4 +22,31 @@ updates:
interval: daily
allow:
- dependency-type: all
versioning-strategy: lockfile-only

- 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

0 comments on commit f1a7d97

Please sign in to comment.