Skip to content

Corrected dependabot path to pyproject.toml#774

Merged
esune merged 1 commit intoopenwallet-foundation:mainfrom
Gavinok:correct-dependabot-path
Jun 13, 2025
Merged

Corrected dependabot path to pyproject.toml#774
esune merged 1 commit intoopenwallet-foundation:mainfrom
Gavinok:correct-dependabot-path

Conversation

@Gavinok
Copy link
Contributor

@Gavinok Gavinok commented Jun 12, 2025

As explained in #740

I think I've figured it out. The problem arises from https://github.com/Gavinok/vc-authn-oidc/blob/main/.github/dependabot.yml#L16-L26. Since it only looks in /oidc-controller for dependencies, it misses the pyproject.toml altogether.

Using the Dependabot CLI seems to identify multiple dependencies when starting at the root.
~/go/bin/dependabot update pip openwallet-foundation/acapy-vc-authn-oidc

In contrast, identifying a specific directory seems to provide no dependency info at all.
~/go/bin/dependabot update pip openwallet-foundation/acapy-vc-authn-oidc -d /oidc-controller

The solution is to have it check the root of the project for pip dependencies.

Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>
@Gavinok Gavinok requested a review from loneil June 12, 2025 22:19
@coveralls
Copy link

Pull Request Test Coverage Report for Build 15621761659

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 87.841%

Totals Coverage Status
Change from base Build 14889016103: 0.0%
Covered Lines: 708
Relevant Lines: 806

💛 - Coveralls

@esune esune merged commit 0c719ac into openwallet-foundation:main Jun 13, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants