Skip to content

Repo hygiene: templates, Dependabot, and security policy#61

Merged
blindzero merged 3 commits intomainfrom
issues/15-Repo-hygiene-with-issue-and-PR-templates-with-Dependabot
Jan 10, 2026
Merged

Repo hygiene: templates, Dependabot, and security policy#61
blindzero merged 3 commits intomainfrom
issues/15-Repo-hygiene-with-issue-and-PR-templates-with-Dependabot

Conversation

@blindzero
Copy link
Copy Markdown
Owner

Summary

Implements repo hygiene improvements:

  • Adds Dependabot configuration for GitHub Actions (weekly, grouped, PR limit).
  • Adds root SECURITY.md (GitHub security policy entry point).
  • Extends docs/advanced/security.md with repository security hygiene checklist and verification steps.

Motivation

Reduce maintainer overhead and keep repository hygiene consistent by standardizing contributor inputs and automating routine dependency updates.

Changes

  • .github/dependabot.yml
  • SECURITY.md
  • docs/advanced/security.md

Verification

  • No runtime/engine changes.
  • CI should validate YAML and docs formatting where applicable.
  • After merge: verify in GitHub UI that Dependabot is enabled and begins creating update PRs.

Issue

Closes #15

@blindzero blindzero self-assigned this Jan 10, 2026
@blindzero blindzero merged commit 3ac6ed4 into main Jan 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Repo hygiene with issue and PR templates with Dependabot

1 participant