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: enable dependabot for all crates #1729

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Conversation

niklasad1
Copy link
Member

We have some crates outside the workspace which aren't updated on dependabot updates such as testing/wasm-rpc-tests and some example which this fixes.

See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#directories

@niklasad1 niklasad1 requested review from a team as code owners August 26, 2024 08:23
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
directory: "**/*"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specify all directories from the current layer and below recursively, using globstar, for locations of manifest files

Copy link
Collaborator

@jsdw jsdw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah cool, so the glob pattern will enable it for non workspace crates too!

@niklasad1 niklasad1 merged commit 69b09a8 into master Aug 27, 2024
13 checks passed
@niklasad1 niklasad1 deleted the dependabot-for-all-crates branch August 27, 2024 09:32
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.

2 participants