Standardize .github configuration - #143
Conversation
|
👋 Hello @glenn-jocher, thank you for submitting a
For more guidance, please refer to our Contributing Guide. Don't hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀 |
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
Reviewed both .github changes. The Lychee enablement is consistent with the existing Ultralytics Actions workflow, but the Dependabot directory prevents the new weekly GitHub Actions update job from working. One fix is required.
💬 Posted 1 inline comment
- 💡 MEDIUM
.github/dependabot.yml:9For thegithub-actionsecosystem, Dependabot requiresdirectory: "/"to discover workflow files under.github/workflows; the current path causes this configuration not to monitor the repository's actions, so the promised weekly updates will not run. Change this to/. (docs.github.com)
| version: 2 | ||
| updates: | ||
| - package-ecosystem: github-actions | ||
| directory: "/.github/workflows" |
There was a problem hiding this comment.
Dependabot supports directory: "/.github/workflows" for the github-actions ecosystem — this is the org convention used in ultralytics/ultralytics, sdk, skills, openapi and lite, and it demonstrably works (e.g. ultralytics/ultralytics "Bump actions/stale from 10 to 11 in /.github/workflows", 2026-07-28). Keeping as is.
| version: 2 | ||
| updates: | ||
| - package-ecosystem: github-actions | ||
| directory: "/.github/workflows" |
There was a problem hiding this comment.
Dependabot supports directory: "/.github/workflows" for the github-actions ecosystem — this is the org convention used in ultralytics/ultralytics, sdk, skills, openapi and lite, and it demonstrably works (e.g. ultralytics/ultralytics "Bump actions/stale from 10 to 11 in /.github/workflows", 2026-07-28). Keeping as is.
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review 2
Made with ❤️ by Ultralytics Actions
Review 2: no new issues found. The prior Dependabot directory concern is not repeated because the maintainer’s reply settled it with repository evidence. The added issue forms and Lychee enablement are consistent with the existing workflow. LGTM.
|
🎉 This PR has been successfully merged—thank you, @glenn-jocher!
The structured issue templates, weekly Dependabot updates, and Lychee link checks strengthen repository maintenance and support without changing JSON2YOLO conversion behavior. |
Aligns .github with the current Ultralytics repository standard.
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Standardizes the repository’s GitHub configuration by adding structured issue templates, weekly GitHub Actions dependency updates, and enabled Lychee link checks.
📊 Key Changes
dependencieslabels.🎯 Purpose & Impact