# dependabot-action **Repository Path**: mirrors_github/dependabot-action ## Basic Information - **Project Name**: dependabot-action - **Description**: Runs Dependabot Updates via GitHub Actions. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-13 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Dependabot Dependabot

# Updater Action **Name:** `github/dependabot-action` Runs Dependabot workloads via GitHub Actions. ## Usage Instructions This action is used by the Dependabot [version][docs-version-updates] and [security][docs-security-updates] features in GitHub.com. It does not support being used in workflow files directly. ## Manually upgrading `dependabot-action` on GitHub Enterprise Server (GHES) To manually upgrade `dependabot-action` on your [GitHub Enterprise Server (GHES)](https://github.com/enterprise), follow [these instructions](https://docs.github.com/en/enterprise-server/admin/managing-github-actions-for-your-enterprise/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom). **Warning:** The current release of `dependabot-action` only guarantees backwards compatibility with the [currently supported GHES versions](https://docs.github.com/en/enterprise-server/admin/all-releases). Once a GHES version is deprecated, future versions of `dependabot-action` may introduce incompatible changes. ## Steps required to merge/deploy a PR 1. Make changes to the PR 2. Run the following commands: ```bash npm run lint-check npm run format-check -- --write npm run test ``` ``` nvm install;nvm use;npm clean-install;npm ci;npm run package ``` Note: If you do not execute the above step ☝️ and commit the code then CI will fail with the below error: ```bash Run script/check-diff Detected uncommitted changes after build: diff --git a/dist/main/index.js b/dist/main/index.js index c09ccea..8f50b37 1006[4](https://github.com/github/dependabot-action/actions/runs/7720200685/job/21044694134?pr=1156#step:7:5)4 Binary files a/dist/main/index.js and b/dist/main/index.js differ diff --git a/dist/main/index.js.map b/dist/main/index.js.map index cc44481..e[5](https://github.com/github/dependabot-action/actions/runs/7720200685/job/21044694134?pr=1156#step:7:6)0840f 100[6](https://github.com/github/dependabot-action/actions/runs/7720200685/job/21044694134?pr=1156#step:7:7)44 Binary files a/dist/main/index.js.map and b/dist/main/index.js.map differ ``` 3. Commit and push the code changes 4. Once PR is approved simply merge the PR. This will cause the PR to be deployed to production ## Issues If you have any problems with Dependabot, please [open an issue][code-dependabot-core-new-issue] on [dependabot/dependabot-core][code-dependabot-core] or contact GitHub Support. [code-dependabot-core]: https://github.com/dependabot/dependabot-core/ [code-dependabot-core-new-issue]: https://github.com/dependabot/dependabot-core/issues/new [docs-version-updates]: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates [docs-security-updates]: https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-dependabot-security-updates