You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependabot isn't currently running on the rust crates. The list of recent dependabot runs only include github actions. This is likely because #4983 changed the rust crate paths.
To fix dependabot, we should update dependabot.yml to path to the correct rust bindings workspaces. Additionally, we should omit s2n-tls-sys from the scope of dependabot, so it doesn't fail and prevent dependabot checks on the other crates.
The text was updated successfully, but these errors were encountered:
Problem:
Dependabot isn't currently running on the rust crates. The list of recent dependabot runs only include github actions. This is likely because #4983 changed the rust crate paths.
However, even before this change, dependabot was unable to run because of the Cargo.toml template file in s2n-tls-sys, which dependabot doesn't understand.
Solution:
To fix dependabot, we should update dependabot.yml to path to the correct rust bindings workspaces. Additionally, we should omit s2n-tls-sys from the scope of dependabot, so it doesn't fail and prevent dependabot checks on the other crates.
The text was updated successfully, but these errors were encountered: