Skip to content

Commit 033064c

Browse files
authored
Merge pull request #387 from Homebrew/SMillerDev-patch-1
Add comment to explain missing tofu cooldown
2 parents 88e3dbe + 41af3f4 commit 033064c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/sync/dependabot.template.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file is used as a base for all repositories in the Homebrew GitHub
22
# organisation so intentionally contains a superset of all required attributes.
3+
# Please keep / present for all ecosystems
34
version: 2
45

56
updates:
@@ -99,6 +100,7 @@ updates:
99100

100101
- package-ecosystem: opentofu
101102
directories:
103+
- /
102104
- /user-management
103105
- /infrastructure
104106
schedule:
@@ -111,5 +113,8 @@ updates:
111113
patterns: ["*"]
112114
allow:
113115
- dependency-type: all
116+
# Dependabot does not yet support cooldowns when updating OpenTofu.
117+
# Re-enable when it does.
118+
# https://github.com/dependabot/dependabot-core/issues/13922
114119
# cooldown:
115120
# default-days: 7

0 commit comments

Comments
 (0)