Conversation
Rename .disabled configs back and add cooldown: default-days: 14 Signed-off-by: Moe Zein <moe.zein@datadoghq.com>
eb07ba7 to
a9f6b35
Compare
BenchmarksBenchmark execution time: 2026-03-25 22:46:01 Comparing candidate commit a9f6b35 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 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. |
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.