Skip to content

Added CODEOWNERS and dependabot automation #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

PhilippSchmelter
Copy link
Collaborator

Closes #7

This pull request introduces automation for Dependabot PRs, assigns code ownership for specific files and directories, and updates the changelog to reflect these changes. The key changes focus on improving the workflow for dependency management and establishing clear code ownership.

Dependabot automation:

  • Added a new GitHub Actions workflow (.github/workflows/dependabot-auto-merge.yml) to automatically approve and enable auto-merge for Dependabot PRs that meet specific criteria, such as being a semantic version patch update. The workflow also blocks PRs with snapshot versions.

Code ownership:

  • Created a CODEOWNERS file to define reviewers for different parts of the repository. This includes assigning @sebastian-peter as the primary reviewer for dependencies, source code, and tests, and both @sebastian-peter and @PhilippSchmelter for CI/CD-related PRs.

Documentation updates:

  • Updated the CHANGELOG.md file to include an entry under "Added" for the introduction of the CODEOWNERS file and Dependabot automation.

@PhilippSchmelter PhilippSchmelter self-assigned this Jun 2, 2025
@PhilippSchmelter PhilippSchmelter added the dependencies Pull requests that update a dependency file label Jun 2, 2025
@PhilippSchmelter PhilippSchmelter merged commit c748920 into main Jun 2, 2025
2 checks passed
@PhilippSchmelter PhilippSchmelter deleted the ps/#7-dependabotCodeowners branch June 2, 2025 14:24
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally, you can mention yourself here as well, I think ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding CODEOWNERS and Dependabot automation
2 participants