Skip to content

Merge pull request #123 from prajapatihet/codeQL #13

Merge pull request #123 from prajapatihet/codeQL

Merge pull request #123 from prajapatihet/codeQL #13

Workflow file for this run

version: 2
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:
# - "Yashshukla11"