Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate .github/dependabot.yaml #374

Closed
jonasfj opened this issue Apr 6, 2022 · 1 comment · Fixed by #427
Closed

Generate .github/dependabot.yaml #374

jonasfj opened this issue Apr 6, 2022 · 1 comment · Fixed by #427

Comments

@jonasfj
Copy link
Member

jonasfj commented Apr 6, 2022

# .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/

@kevmoo
Copy link
Collaborator

kevmoo commented Apr 6, 2022

PR welcome! 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants