docs: add comprehensive repository settings documentation#8
Merged
Conversation
- Add missing "Auto-close issues with merged linked pull requests" setting - Document additional security settings (Dependabot, secret scanning, push protection) - Add merge strategy configuration (squash, rebase, merge commits) - Document Actions workflow permissions (GITHUB_TOKEN, fork workflows) - Add repository features recommendations (Issues, Wikis, Projects, Discussions) - Expand verification checklist with all new settings - Add comprehensive quick reference summary for all repository settings This ensures all 6 requested repository settings are documented plus many additional recommended settings for production-ready repository configuration.
Add complete Renovate setup and configuration documentation: **Renovate Configuration Section:** - Why use Renovate instead of Dependabot version updates - How to activate Renovate (GitHub App installation steps) - Detailed explanation of default renovate.json configuration - Alternative gander-settings/renovate:automerge preset - Customization examples (automerge, scheduling, grouping, pinning) - Dependency Dashboard setup - Verification steps - Troubleshooting guide (no PRs, automerge issues, conflicts) - Best practices for production use - Integration with GitHub Actions workflows - Renovate vs Dependabot comparison table **Dependabot Updates:** - Explicitly mark Dependabot version updates as "DISABLE" - Add step-by-step instructions to disable it - Add instructions to remove .github/dependabot.yml if exists - Clarify division: Renovate (versions) + Dependabot (security only) **Documentation Updates:** - Update Table of Contents with Renovate section - Update Verification Checklist with Renovate items - Update Quick Reference Summary with Renovate settings - Add Renovate documentation links to Additional Resources - Add gander-settings/renovate preset links This ensures users understand how to properly configure Renovate and avoid conflicts between Renovate and Dependabot version updates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
*This PR was automatically created from branch *