Skip to content

feat: New workflow to remove internal deps from dependabot created prs#112

Draft
pan-kot wants to merge 1 commit intomainfrom
dependabot-lockfile-cleanup
Draft

feat: New workflow to remove internal deps from dependabot created prs#112
pan-kot wants to merge 1 commit intomainfrom
dependabot-lockfile-cleanup

Conversation

@pan-kot
Copy link
Copy Markdown
Member

@pan-kot pan-kot commented Mar 27, 2026

The new actions workflow is meant to help with Dependabot PRs that usually include internal @cloudscape-design deps that are to be filtered out.

To call the workflow, we need to add this small workflow to all repositories:

name: Dependabot lockfile cleanup

on:
  pull_request:
    types: [opened]

jobs:
  cleanup:
    uses: cloudscape-design/actions/.github/workflows/dependabot-lockfile-cleanup.yml@main

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

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