Skip to content

Add dependabot.yml to automate GitHub actions dependency updates#146

Closed
Sandhya1236 wants to merge 2 commits intoqualcomm-linux:mainfrom
Sandhya1236:add-dependabot.yml-to-automate-GitHub-Actions-dependency-updates
Closed

Add dependabot.yml to automate GitHub actions dependency updates#146
Sandhya1236 wants to merge 2 commits intoqualcomm-linux:mainfrom
Sandhya1236:add-dependabot.yml-to-automate-GitHub-Actions-dependency-updates

Conversation

@Sandhya1236
Copy link
Contributor

This PR adds a Dependabot configuration (dependabot.yml) to automatically keep GitHub Actions up to date. Enabling Dependabot helps ensure the repository remains secure, follows best practices, and stays aligned with Qualcomm engineering standards.

Key details:
Enables Dependabot for the GitHub Actions ecosystem
Scans the root directory (/) where workflows are located
Schedules checks to run daily
Automates version update PRs for workflow dependencies

This improves repository maintainability and helps proactively identify outdated or vulnerable GitHub Actions.

This PR adds the Qualcomm QC Preflight Checks workflow using the shared orchestrator:
qcom-reusable-workflows/reusable-qcom-preflight-checks-orchestrator.yml@v2

The workflow enables:
- Semgrep scan
- Dependency review
- Repolinter check
- Copyright/license check
- Commit email check

These checks help standardize code quality and security validation across the repository.

Signed-off-by: Sandhya Adavikolanu  <sadaviko@qti.qualcomm.com>
Signed-off-by: Sandhya Adavikolanu <sadaviko@qti.qualcomm.com>
This PR adds a Dependabot configuration (dependabot.yml) to automatically keep GitHub Actions up to date. Enabling Dependabot helps ensure the repository remains secure, follows best practices, and stays aligned with Qualcomm engineering standards.
Key details:

Enables Dependabot for the GitHub Actions ecosystem
Scans the root directory (/) where workflows are located
Schedules checks to run daily
Automates version update PRs for workflow dependencies

This improves repository maintainability and helps proactively identify outdated or vulnerable GitHub Actions.

Signed-off-by: Sandhya Adavikolanu  <sadaviko@qti.qualcomm.com>
Signed-off-by: Sandhya Adavikolanu <sadaviko@qti.qualcomm.com>
@Sandhya1236 Sandhya1236 force-pushed the add-dependabot.yml-to-automate-GitHub-Actions-dependency-updates branch from b9ba748 to a9b4487 Compare March 7, 2026 21:07
@mynameistechno
Copy link

This PR also attempts to add the QC Preflight Checks, which is already a part of #144. Can you re-open with just the depandabot change?

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