Skip to content

Update workspace configuration and fix Cargo.toml path #30

Update workspace configuration and fix Cargo.toml path

Update workspace configuration and fix Cargo.toml path #30

Workflow file for this run

name: "Dependabot"
on:
schedule:
- cron: "0 0 * * 1" # Run once a week at midnight on Monday
jobs:
update_dependencies:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Update dependencies
uses: dependabot/dependabot-core@latest # Use the latest version
with:
directory: "/" # Location of the repository
package-manager: "bundler

Check failure on line 15 in .github/workflows/dependabot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot.yml

Invalid workflow file

You have an error in your yaml syntax on line 15