We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88e3dbe + 41af3f4 commit 033064cCopy full SHA for 033064c
.github/actions/sync/dependabot.template.yml
@@ -1,5 +1,6 @@
1
# This file is used as a base for all repositories in the Homebrew GitHub
2
# organisation so intentionally contains a superset of all required attributes.
3
+# Please keep / present for all ecosystems
4
version: 2
5
6
updates:
@@ -99,6 +100,7 @@ updates:
99
100
101
- package-ecosystem: opentofu
102
directories:
103
+ - /
104
- /user-management
105
- /infrastructure
106
schedule:
@@ -111,5 +113,8 @@ updates:
111
113
patterns: ["*"]
112
114
allow:
115
- 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
119
# cooldown:
120
# default-days: 7
0 commit comments