mono_repo.dart icon indicating copy to clipboard operation
mono_repo.dart copied to clipboard

Generate .github/dependabot.yaml

Open jonasfj opened this issue 3 years ago • 1 comments

# .github/dependabot.yaml
version: 2
enable-beta-ecosystems: true # required while pub is in beta
updates:
  - package-ecosystem: "pub"
    directory: "path/to/package/"
    schedule:
      interval: "weekly"
 - ...

See also: https://github.blog/changelog/2022-04-05-pub-beta-support-for-dependabot-version-updates/

jonasfj avatar Apr 06 '22 08:04 jonasfj

PR welcome! 😀

kevmoo avatar Apr 06 '22 18:04 kevmoo