Skip to content

Create dismiss-dev-only-dependabot-alerts.yml#11

Merged
antunflas merged 1 commit into
mainfrom
enhancement/add-dependabot-alert-autodismiss-1
Jul 6, 2026
Merged

Create dismiss-dev-only-dependabot-alerts.yml#11
antunflas merged 1 commit into
mainfrom
enhancement/add-dependabot-alert-autodismiss-1

Conversation

@antunflas

@antunflas antunflas commented Jul 6, 2026

Copy link
Copy Markdown
Member

Adds a scheduled + manually-triggerable GitHub Actions workflow intended to dismiss Dependabot alerts for dependencies not used in production, by delegating to a reusable workflow in infinum/android-github-actions-workflows.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds a scheduled/manual GitHub Actions workflow that calls a reusable workflow to automatically dismiss Dependabot alerts for dependencies not used in production (with an optional dry-run mode).

Changes:

  • Introduces .github/workflows/dismiss-dev-only-dependabot-alerts.yml with a weekly cron schedule and workflow_dispatch input for dry-run.
  • Invokes infinum/android-github-actions-workflows reusable workflow, passing bot App credentials via repo vars/secrets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/dismiss-dev-only-dependabot-alerts.yml
dismiss:
permissions:
contents: read
uses: infinum/android-github-actions-workflows/.github/workflows/dismiss-dev-only-dependabot-alerts.yml@main
Comment thread .github/workflows/dismiss-dev-only-dependabot-alerts.yml
@antunflas antunflas requested a review from KCeh July 6, 2026 15:40
@antunflas antunflas merged commit 4c83d5e into main Jul 6, 2026
4 checks passed
@antunflas antunflas deleted the enhancement/add-dependabot-alert-autodismiss-1 branch July 6, 2026 16:31
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.

3 participants