Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot not getting generated for react native app but working fine for other repo #11180

Open
1 task done
mohamedfarees opened this issue Dec 24, 2024 · 0 comments
Open
1 task done
Labels

Comments

@mohamedfarees
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

npm

Package manager version

npm 10.8.3

Language version

Node 22.9.0

Manifest location and content before the Dependabot update

No response

dependabot.yml content

To get started with Dependabot version updates, you'll need to specify which

package ecosystems to update and where the package manifests are located.

Please see the documentation for all configuration options:

https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

To manually trigger, add comment . make changes

version: 2
updates:

  • package-ecosystem: "npm" # See documentation for possible values
    directory: "/" # Location of package manifests
    schedule:
    interval: "weekly"

    # Check for npm updates on Sundays

    day: "monday"

    # To run on Morning 9 AM IST

    time: "09:00"

    # Use Indian Standard Time (UTC 05:30)

    timezone: "Asia/Calcutta"

    pull-request-branch-name:

    Separate sections of the branch name with a hyphen

    for example, dependabot-npm_and_yarn-next_js-acorn-6.4.1

    separator: "-"
    commit-message:
    prefix: "[NPM Dependencies] "
    include: "scope"
    labels:
    • "dependencies"

    Allow up to 10 open pull requests for pip dependencies. Default 5

    open-pull-requests-limit: 10

Updated dependency

No response

What you expected to see, versus what you actually saw

Earlier every week we were getting dependabot PR. FOr past 3 weeks its not generating automatically, every week we manual make changes here and run it. we want to know why, we have another repo with NextJS and Python there its working fine

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

No response

Smallest manifest that reproduces the issue

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant