File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ enable-beta-ecosystems : true
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /"
6+ schedule :
7+ interval : " daily"
8+ - package-ecosystem : " pub"
9+ directory : " /cached_network_image/"
10+ schedule :
11+ interval : " daily"
12+ - package-ecosystem : " pub"
13+ directory : " /cached_network_image_platform_interface/"
14+ schedule :
15+ interval : " daily"
16+ - package-ecosystem : " pub"
17+ directory : " /cached_network_image_web/"
18+ schedule :
19+ interval : " daily"
Original file line number Diff line number Diff line change 77 branches : [develop, main]
88 paths :
99 - " cached_network_image/**"
10+ - " .github/workflows/app_facing_package.yaml"
1011 pull_request :
1112 branches : [develop]
1213 paths :
1314 - " cached_network_image/**"
15+ - " .github/workflows/app_facing_package.yaml"
1416
1517# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1618jobs :
Original file line number Diff line number Diff line change 77 branches : [develop, main]
88 paths :
99 - " cached_network_image_platform_interface/**"
10+ - " .github/workflows/platform_interface.yaml"
1011 pull_request :
1112 branches : [develop]
1213 paths :
1314 - " cached_network_image_platform_interface/**"
15+ - " .github/workflows/platform_interface.yaml"
1416
1517# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1618jobs :
Original file line number Diff line number Diff line change 77 branches : [develop, main]
88 paths :
99 - " cached_network_image_web/**"
10+ - " .github/workflows/web.yaml"
1011 pull_request :
1112 branches : [develop]
1213 paths :
1314 - " cached_network_image_web/**"
15+ - " .github/workflows/web.yaml"
1416
1517# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1618jobs :
You can’t perform that action at this time.
0 commit comments