Skip to content

Commit 3eab7a7

Browse files
authored
ci: avoid pub updates dependabot
1 parent 9fa1152 commit 3eab7a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ updates:
44
directory: /
55
schedule:
66
interval: daily
7-
- package-ecosystem: pub
8-
directory: /
9-
schedule:
10-
interval: daily
7+
# This creates too much PR noise; we prefer manual updates.
8+
# - package-ecosystem: pub
9+
# directory: /
10+
# schedule:
11+
# interval: daily

0 commit comments

Comments
 (0)