Skip to content

Commit

Permalink
Add support for pub dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox32 committed Apr 25, 2022
1 parent b42109f commit ade1bee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "pub"
directory: "/prometheus_client/"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "/prometheus_client_shelf/"
schedule:
interval: "weekly"

0 comments on commit ade1bee

Please sign in to comment.