Skip to content

Commit 15a37f7

Browse files
Stop autosubmit of github actions updates
1 parent 36ca545 commit 15a37f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ updates:
77
schedule:
88
interval: "daily"
99
labels:
10-
- "autosubmit"
10+
# Don't auto-submit github action updates until subosito/flutter-action update is cleared
11+
# - "autosubmit"
1112
# Pip ecosystem.
1213
- package-ecosystem: "pip"
1314
directory: "/tfagents-flutter/"

0 commit comments

Comments
 (0)