This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 650d1437 Add `pre-commit` hooks to dependabot.yml
650d1437 is described below
commit 650d143762ac19e1523c9ebf1e08b84d2eea6135
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Mar 16 09:28:50 2026 -0700
Add `pre-commit` hooks to dependabot.yml
---
.github/dependabot.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 588e79df..e87513c2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,3 +23,10 @@ updates:
day: "monday"
cooldown:
default-days: 7
+ - package-ecosystem: "pre-commit"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ day: "monday"
+ cooldown:
+ default-days: 7
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]