Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 847e7a3

Browse files
authored
chore: tune dependabot (#790)
1 parent 34fe95f commit 847e7a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7+
enable-beta-ecosystems: true
78
updates:
89
# Maintain dependencies for GitHub Actions
910
- package-ecosystem: "github-actions"
@@ -30,3 +31,9 @@ updates:
3031
- "dkrutskikh"
3132
commit-message:
3233
prefix: "chore: "
34+
35+
# Maintain dependencies for Dart pub
36+
- package-ecosystem: "pub"
37+
directory: "/"
38+
schedule:
39+
interval: "daily"

0 commit comments

Comments
 (0)