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 creates pr for sub directory for file in root of module #9469

Open
1 task done
el-chazmo opened this issue Apr 10, 2024 · 0 comments · May be fixed by #10328
Open
1 task done

dependabot creates pr for sub directory for file in root of module #9469

el-chazmo opened this issue Apr 10, 2024 · 0 comments · May be fixed by #10328
Labels
L: terraform Terraform packages T: bug 🐞 Something isn't working

Comments

@el-chazmo
Copy link

el-chazmo commented Apr 10, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

terraform

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

No response

dependabot.yml content

version: 2

registries:
  Artifactory:
    type: terraform-registry
    url: https://repo.[COMPANY-NAME].com/artifactory/api/terraform
    token: ${{ secrets.TERRAFORM_REGISTRY_TOKEN }}

  - package-ecosystem: terraform
    directory: /
    registries:
      - Artifactory
    schedule:
      interval: daily
    commit-message:
      prefix: feat

  - package-ecosystem: terraform
    directory: "/test/setup/in-region-backup-restore"
    registries:
      - Artifactory
    schedule:
      interval: daily
    commit-message:
      prefix: test

Updated dependency

No response

What you expected to see, versus what you actually saw

Expected:
PR = test: update terraform__foundation/security-groups/aws requirement from ~> 1.0 to ~> 2.0 in /test/setup/in-region-backup-restore
files targeted should be in /test/setup/in-region-backup-restore ONLY

Actually saw
PR = test: update terraform__foundation/security-groups/aws requirement from ~> 1.0 to ~> 2.0 in /test/setup/in-region-backup-restore
files targeted were in /

NOTE: the root of the module has a prefix of feat, compared to the subdirectory that has the prefix of test.

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

@el-chazmo el-chazmo added the T: bug 🐞 Something isn't working label Apr 10, 2024
@github-actions github-actions bot added the L: terraform Terraform packages label Apr 10, 2024
@jakecoffman jakecoffman linked a pull request Jul 31, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: terraform Terraform packages T: bug 🐞 Something isn't working
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant