Skip to content

Commit 4146b82

Browse files
Merge pull request #1026 from UC-Davis-molecular-computing/1025-add-dependabot-support
Fixes #1025 - Add Dependabot Support
2 parents c9bc0fb + 31e7289 commit 4146b82

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)