Skip to content

Merge pull request #468 from adityashirsatrao007/fix/remove-print-api… #179

Merge pull request #468 from adityashirsatrao007/fix/remove-print-api…

Merge pull request #468 from adityashirsatrao007/fix/remove-print-api… #179

Workflow file for this run

version: 2

Check failure on line 1 in .github/workflows/dependabot.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot.yaml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'version', (Line: 2, Col: 1): Unexpected value 'updates', (Line: 1, Col: 1): Required property is missing: jobs
updates:
# Enable version updates for flutter's pub package manager
- package-ecosystem: "pub"
# Look for `pubspec.yaml` and `pubspec.lock` files in the `root` directory
directory: "/"
# Check the pub.dev registry for updates every month
schedule:
interval: "monthly"
# # Add default reviewers
# reviewers:
# - "andoriyaprashant"