Skip to content

Commit

Permalink
Update dependabot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad authored Dec 21, 2024
1 parent c00cdd1 commit 6da4353
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,21 @@ version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: pub
directory: "/"
schedule:
interval: weekly
- package-ecosystem: pub
directory: "/packages/mimir"
versioning-strategy: increase # https://github.com/dependabot/dependabot-core/issues/6446
directories:
- "**/*"
schedule:
interval: weekly
- package-ecosystem: pub
directory: "/packages/mimir/example"
schedule:
interval: weekly
- package-ecosystem: pub
directory: "/packages/flutter_mimir"
schedule:
interval: weekly
- package-ecosystem: pub
directory: "/packages/flutter_mimir/example"
schedule:
interval: weekly
interval: "weekly"
groups:
all:
patterns:
- "*"
- package-ecosystem: cargo
directory: "/packages/mimir/native"
directories:
- "**/*"
schedule:
interval: weekly
interval: "weekly"
groups:
all:
patterns:
- "*"

0 comments on commit 6da4353

Please sign in to comment.