Conversation
Rename .disabled configs back and add cooldown: default-days: 14 Signed-off-by: Moe Zein <moe.zein@datadoghq.com>
176e27f to
bb2dcf8
Compare
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: bb2dcf8 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-03-25 23:09:08 Comparing candidate commit bb2dcf8 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 216 metrics, 8 unstable metrics.
|
|
Closing this PR due to a script bug that caused YAML reformatting issues. Specifically, yaml.dump() was used to serialize the config after adding the cooldown block — this stripped quotes from string values, meaning time values like "09:00" became unquoted and can be coerced to a number (e.g., 32400) by Dependabot's YAML parser, potentially breaking the schedule. A corrected PR will follow shortly that only appends the cooldown block and preserves all original formatting exactly. |
|
@darccio there is an ongoing conversation on whether cooldowns should truly be 14 days due to concern of vuln remediations in GovCloud. Will make another #eng-announcement based on the decision made on cooldowns. Sounds good on dependabot won't e-enable it :) |
|
@darccio wanted to update you here. Made an eng-announcement on it, the cooldown will be 48hr instead. |
|
@moezein0 Thanks! We'll apply the cooldown for bumping GH actions. |
Note
Merge only if this is still needed and your repo is not managed by ADMS.
If your repository is already managed by ADMS, feel free to close or ignore this PR.
We are adding a mandatory 14-day cooldown on dependencies to reduce the risk of zero-day vulnerabilities.
This PR re-enables your Dependabot configuration and introduces the cooldown setting. If you notice any other Dependabot configurations in your repo that are missing the cooldown, please ensure it is added.
If your repository is already managed by ADMS and no longer requires these configurations, feel free to close or ignore the PR.