Skip to content

fix: replace invalid expression in dependabot config#60649

Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom
rxiddhi:fix-dependabot-open-pr-limit
Nov 11, 2025
Merged

fix: replace invalid expression in dependabot config#60649
nodejs-github-bot merged 1 commit intonodejs:mainfrom
rxiddhi:fix-dependabot-open-pr-limit

Conversation

@rxiddhi
Copy link
Contributor

@rxiddhi rxiddhi commented Nov 9, 2025

Dependabot was failing to parse .github/dependabot.yml because open-pull-requests-limit was set using a GitHub Actions expression. Dependabot doesn't evaluate expressions and only accepts an integer, so the config was considered invalid.

This change replaces the expression with a number. The YAML now matches Dependabot’s schema and validates without errors.

Fixes: #60637

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. meta Issues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dependabot config is invalid

6 participants