Copilot commented on code in PR #1761:
URL: https://github.com/apache/auron/pull/1761#discussion_r2627096990
##########
.github/dependabot.yml:
##########
@@ -24,3 +24,10 @@ updates:
open-pull-requests-limit: 10
target-branch: master
labels: [auto-dependencies]
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10
+ target-branch: master
+ labels: [dependencies]
Review Comment:
The label for the GitHub Actions ecosystem is inconsistent with the existing
cargo ecosystem configuration. The cargo ecosystem uses `auto-dependencies`
(line 26), but this new configuration uses `dependencies`. For consistency
within the Dependabot configuration, consider using the same label
`auto-dependencies` for all package ecosystems.
--
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]