Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/actions/sync/dependabot.template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is used as a base for all repositories in the Homebrew GitHub
# organisation so intentionally contains a superset of all required attributes.
# Please keep / present for all ecosystems
version: 2

updates:
Expand Down Expand Up @@ -99,6 +100,7 @@ updates:

- package-ecosystem: opentofu
directories:
- /
- /user-management
- /infrastructure
schedule:
Expand All @@ -111,5 +113,8 @@ updates:
patterns: ["*"]
allow:
- dependency-type: all
# Dependabot does not yet support cooldowns when updating OpenTofu.
# Re-enable when it does.
# https://github.com/dependabot/dependabot-core/issues/13922
# cooldown:
# default-days: 7
Loading