Skip to content

Add Dependabot auto-merge and PR labeler workflows#53

Merged
kaleko merged 1 commit intomainfrom
fix/dependabot-labeler-workflows
Mar 10, 2026
Merged

Add Dependabot auto-merge and PR labeler workflows#53
kaleko merged 1 commit intomainfrom
fix/dependabot-labeler-workflows

Conversation

@harshitkgupta
Copy link
Copy Markdown

@harshitkgupta harshitkgupta commented Mar 7, 2026

Summary

  • dependabot.yml: Auto-approve and auto-merge patch/minor dependency updates via Dependabot. Major version bumps require manual review. Upgraded from pinned commit hash to dependabot/fetch-metadata@v2. Removed unused issues: write permission, added contents: write for merge.
  • label.yml: Upgraded actions/labeler from v4 to v5. Auto-labels PRs based on changed file paths.
  • labeler.yml (new): Label rules mapping file paths to labels:
    • frontendfrontend/**
    • infrastructureinfra-cdk/**, infra-terraform/**
    • backendgateway/**, patterns/**, tools/**
    • documentationdocs/**, **/*.md
    • ci.github/**
    • teststests/**, test-scripts/**, **/*.test.*
    • dockerdocker/**, **/Dockerfile*

- dependabot.yml: auto-approve and auto-merge patch/minor dependency
  updates, require manual review for major version bumps
- label.yml: upgrade labeler action to v5, auto-label PRs based on
  changed file paths
- labeler.yml: add label rules for frontend, infrastructure, backend,
  documentation, ci, tests, and docker

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@harshitkgupta harshitkgupta requested a review from a team March 7, 2026 06:14
@kaleko kaleko merged commit 6f7a1fe into main Mar 10, 2026
5 checks passed
@kaleko kaleko deleted the fix/dependabot-labeler-workflows branch March 10, 2026 13:51
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.

2 participants