Copilot commented on code in PR #14110:
URL: https://github.com/apache/cloudstack/pull/14110#discussion_r3974227373
##########
.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
Review Comment:
The `pre-commit` ecosystem support relies on Dependabot features that may
not be enabled/available in all environments (especially for self-hosted GHES
instances). To avoid silent misconfiguration, consider adding an explicit
comment in this file noting the minimum GitHub/Dependabot support requirement
for `package-ecosystem: pre-commit` (or link to the relevant GitHub
docs/issue). This makes failures easier to diagnose if the entry is ignored.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]