Skip to content

Commit

Permalink
config dependabot to send daily PRs for major version bumps (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Jun 29, 2023
1 parent 021667a commit ba6ccfc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,20 @@ updates:
interval: "monthly"
labels:
- "autosubmit"

# Check daily for major version dependency updates for packages which depend
# on package:analyzer.
- package-ecosystem: "pub"
directory: "pkgs/test"
schedule:
interval: "daily"
versioning-strategy: increase-if-necessary
reviewers:
- "natebosch"
- package-ecosystem: "pub"
directory: "pkgs/test_core"
schedule:
interval: "daily"
versioning-strategy: increase-if-necessary
reviewers:
- "natebosch"

0 comments on commit ba6ccfc

Please sign in to comment.