Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## Repo Purpose

This is the `.github` community health repository for JacobPEvans. It provides default community files (issue templates, PR templates, CONTRIBUTING.md, etc.) that are automatically inherited by all public repos that don't define their own versions.
This is the `.github` community health repository for JacobPEvans. It
provides default community files (issue templates, PR templates,
CONTRIBUTING.md, etc.) that are automatically inherited by all public repos
that don't define their own versions.

## Key Files

Expand All @@ -12,6 +15,7 @@ This is the `.github` community health repository for JacobPEvans. It provides d
- `.github/ISSUE_TEMPLATE/` — Issue forms (bug, feature, docs, chore); all require `priority` + `size` labels
- `.github/PULL_REQUEST_TEMPLATE/` — PR templates per change type; all require Conventional Commits format
- `docs/CONTRIBUTING.md` — Inherited contributing guidelines
- `docs/RENOVATE.md` — Renovate onboarding guide (always extend the org preset)

## Common Tasks

Expand Down
4 changes: 2 additions & 2 deletions renovate-presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@
"schedule": ["after 7am on Monday", "after 7am on Thursday"]
},
{
"description": "Auto-merge pep621 Python packages (minor/patch)",
"matchManagers": ["pep621"],
"description": "Auto-merge Python packages (minor/patch) — pep621 and pip_requirements",
"matchManagers": ["pep621", "pip_requirements"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"schedule": ["after 7am on Monday", "after 7am on Thursday"]
Expand Down
Loading