Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 5424020

Browse files
authored
enabled dependabot beta support for pub packages
1 parent 0f7d59b commit 5424020

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
enable-beta-ecosystems: true
3+
updates:
4+
- package-ecosystem: "pub"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"

0 commit comments

Comments
 (0)