Skip to content

ci: configure dependabot to target develop branch#67

Merged
overwrite00 merged 5 commits into
mainfrom
develop
Jun 8, 2026
Merged

ci: configure dependabot to target develop branch#67
overwrite00 merged 5 commits into
mainfrom
develop

Conversation

@overwrite00

Copy link
Copy Markdown
Owner

Configures Dependabot to create pull requests against the develop branch instead of main, aligning with the protected main branch workflow.

Removed redundant version support table. Only the latest version
receives security updates, so listing old versions was unnecessary.
Replaced with concise statement that clearly communicates the policy.
Remove redundant 'push' trigger that caused duplicate test runs.
Tests now run only on pull_request events to avoid waste.

- Before: Tests ran on both push AND pull_request (duplicate)
- After: Tests run only on pull_request to main
- Manual trigger (workflow_dispatch) still available

Reduces CI/CD noise and resources while maintaining coverage.
@overwrite00 overwrite00 merged commit fb41b94 into main Jun 8, 2026
9 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.

1 participant