Skip to content

Commit f781b03

Browse files
Add automatic updating of github-actions (flutter#5880)
1 parent c9e3482 commit f781b03

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,11 @@ updates:
287287
schedule:
288288
interval: "daily"
289289
open-pull-requests-limit: 10
290+
291+
- package-ecosystem: "github-actions"
292+
directory: "/"
293+
commit-message:
294+
prefix: "[github_actions]"
295+
schedule:
296+
interval: "daily"
297+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)