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

fix: dependabot configurations #225

Merged
merged 1 commit into from
Nov 17, 2024
Merged

fix: dependabot configurations #225

merged 1 commit into from
Nov 17, 2024

Conversation

mohnoor94
Copy link
Member

Situation

Dependabot was unable to detect and update our configured dependency files effectively.

The property '#/updates/1/ignore/0' contains additional properties ["directories"] outside of the schema when none are allowed
The property '#/updates/1/ignore/0/update-types/0' value "all" did not match one of the following values: version-update:semver-major, version-update:semver-minor, version-update:semver-patch

Task

  • Fix the issue by configuring maven updates to be applied to the examples folder only.

Action

  • Fixed invalid properties in .github/dependabot.yml
  • Updated Maven config to target examples/** only

Testing

Post-merge, verify that Dependabot updates:

  • Maven dependencies in the expected folders (excluding code).
  • GitHub Actions dependencies in .github/workflows.

Results

  • Dependabot configuration passes validation
  • Maven updates correctly scoped to examples

Notes

Internal Ticket: SDK-1573

@mohnoor94 mohnoor94 requested a review from a team as a code owner November 17, 2024 15:38
@mohnoor94 mohnoor94 merged commit 941cd0f into main Nov 17, 2024
1 check passed
@mohnoor94 mohnoor94 deleted the mohnoor94/SDK-1573 branch November 17, 2024 15:41
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.

3 participants