asdf2014 commented on a change in pull request #11079:
URL: https://github.com/apache/druid/pull/11079#discussion_r622689719



##########
File path: .github/dependabot.yml
##########
@@ -0,0 +1,8 @@
+version: 2
+updates:
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"

Review comment:
       It would be better to add the `time: "21:00"` option under `schedule`, 
and then we can maintain dependency upgrades at a fixed time every day, which 
is more convenient than random time.

##########
File path: .github/dependabot.yml
##########
@@ -0,0 +1,8 @@
+version: 2
+updates:
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    ignore:

Review comment:
       I think we should add the `open-pull-requests-limit: 10` configuration 
to limit the number of open PRs for easy access and maintenance.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to