This is an automated email from the ASF dual-hosted git repository.
DaanHoogland pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new 7516e532f97 Add the pre-commit ecosystem to Dependabot (#14110)
7516e532f97 is described below
commit 7516e532f978bdde89024ab5c2a42acccaac6533
Author: John Bampton <[email protected]>
AuthorDate: Thu Sep 10 21:33:45 2026 +1000
Add the pre-commit ecosystem to Dependabot (#14110)
---
.github/dependabot.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6ffb926f6fa..3fc98321001 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -41,3 +41,14 @@ updates:
interval: "daily"
cooldown:
default-days: 7
+ - package-ecosystem: "pre-commit"
+ directory: "/"
+ open-pull-requests-limit: 2
+ schedule:
+ interval: "weekly"
+ groups:
+ pre-commit-hooks:
+ patterns:
+ - "*"
+ cooldown:
+ default-days: 7