navikt/Automerge Dependabot Pull Requests

Automatically merge pull requests created by Dependabot with configurable rules and workflow summary

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 7, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: navikt/automerge-dependabot@0e342d25820ca0d2941dcdcad4b7bbb59ad59122 # v1.5.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenThe name of the variable that contains the GitHub tokenyesGITHUB_TOKEN
minimum-age-of-prThe minimum age of the pull request in days before it can be automergedno0
blackout-periodsPeriods of time, months, or days when the action should not run (e.g., "Dec 24-Jan 5", "Sat,Sun", "9:00-17:00")no
ignored-dependenciesComma-separated list of dependencies to ignore (will not be automerged)no
always-allowComma-separated list of patterns to always allow. Use * to always allow all non-semver dependencies, or specify patterns like 'name:string' to match dependencies containing a specific stringno
always-allow-labelsComma-separated list of PR labels that will bypass all filters and allow automerging (e.g., "automerge,dependencies")no
ignored-versionsComma-separated list of specific versions to ignore (format package@version, e.g., "lodash@4.17.21,axios@0.21.1")no
semver-filterFilter based on semver level changes (comma-separated list of major, minor, patch, unknown)nopatch,minor
merge-methodThe merge method to use (merge, squash, rebase). Note that only 'merge' method is supported with GitHub merge queues.nomerge
retry-delay-msDelay in milliseconds between retries when checking PR mergeability. Lower values speed up tests, higher values provide more robustness.no2000
auto-approveWhether to automatically approve PRs before merging themnofalse
update-branch-before-mergeWhether to update PR branches that are behind the base branch before mergingnofalse
max-update-wait-secondsMaximum time in seconds to wait for checks to pass after updating a PR branchno300
namedescription
merged-pr-countThe number of pull requests that were successfully merged during execution