Skip to content

Commit ade1bee

Browse files
committed
Add support for pub dependabot
1 parent b42109f commit ade1bee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@
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
- package-ecosystem: "github-actions"
910
directory: "/"
1011
schedule:
1112
interval: "monthly"
13+
- package-ecosystem: "pub"
14+
directory: "/prometheus_client/"
15+
schedule:
16+
interval: "weekly"
17+
- package-ecosystem: "pub"
18+
directory: "/prometheus_client_shelf/"
19+
schedule:
20+
interval: "weekly"

0 commit comments

Comments
 (0)