This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/sbp by this push:
new d3c91a45 Comment out Dependabot pre-commit checks until cooldowns are
supported
d3c91a45 is described below
commit d3c91a45e86a29b67ad25f94698d50ccca01e4c4
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Mar 16 17:40:25 2026 +0000
Comment out Dependabot pre-commit checks until cooldowns are supported
---
.github/dependabot.yml | 11 ++++++-----
.github/zizmor.yml | 4 ----
2 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index fe020659..342f101f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,8 +23,9 @@ updates:
day: "monday"
cooldown:
default-days: 7
- - package-ecosystem: "pre-commit"
- directory: "/"
- schedule:
- interval: "weekly"
- day: "monday"
+ # # TODO: Uncomment when pre-commit checks support cooldowns
+ # - package-ecosystem: "pre-commit"
+ # directory: "/"
+ # schedule:
+ # interval: "weekly"
+ # day: "monday"
diff --git a/.github/zizmor.yml b/.github/zizmor.yml
deleted file mode 100644
index 4809b2fa..00000000
--- a/.github/zizmor.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-rules:
- dependabot-cooldown:
- ignore:
- - dependabot.yml:26
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]