Skip to content

Commit b8128d1

Browse files
committed
Fixes #1025 - Adds Dependabot Support
1 parent 245ac12 commit b8128d1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pub"
4+
directory: "/" # Directory of pubspec.yaml
5+
target-branch: "dev"
6+
schedule:
7+
interval: "weekly" # daily, weekly, monthly

0 commit comments

Comments
 (0)